|
|
| TrainerConfig () |
| | init variables by default value. create ParamMap instance
|
| |
|
| ~TrainerConfig () |
| | delete ParamMap instance
|
| |
| void | parse (ParamParser &parser) |
| | set parameter values using param parser instance More...
|
| |
| std::ostream & | printHelp (std::ostream &os) const |
| | print help message to the output stream More...
|
| |
| const std::string & | teamName () const |
| | get the team name string More...
|
| |
| double | version () const |
| | get the client version More...
|
| |
| int | intervalMSec () const |
| | get the interrupt interval for decision making More...
|
| |
| int | serverWaitSeconds () const |
| | get the maximum seconds to wait server response. More...
|
| |
| const std::string & | host () const |
| | get the server host name string More...
|
| |
| int | port () const |
| | get the connection port number More...
|
| |
| int | compression () const |
| | get the message compression level More...
|
| |
| bool | useEye () const |
| | get the eye mode status More...
|
| |
| bool | useEar () const |
| | get the ear mode status More...
|
| |
| bool | debug () const |
| | get the debug flag More...
|
| |
| const std::string & | logDir () const |
| | get the debug log directory string. More...
|
| |
| bool | offlineLogging () const |
| | get the switch for offline logging. this value is ignored if client runs in offline clinet mode. More...
|
| |
| const std::string & | offlineLogExt () const |
| | get the offline client log file extention string. More...
|
| |
| bool | offlineClientMode () const |
| | get the offline client mode switch. More...
|
| |
| const std::string & | debugLogExt () const |
| | get the debug log file extention string. More...
|
| |
| bool | debugSystem () const |
| | get the debug flag More...
|
| |
| bool | debugSensor () const |
| | get the debug flag More...
|
| |
| bool | debugWorld () const |
| | get the debug flag More...
|
| |
| bool | debugAction () const |
| | get the debug flag More...
|
| |
| bool | debugIntercept () const |
| | get the debug flag More...
|
| |
| bool | debugKick () const |
| | get the debug flag More...
|
| |
| bool | debugHold () const |
| | get the debug flag More...
|
| |
| bool | debugDribble () const |
| | get the debug flag More...
|
| |
| bool | debugPass () const |
| | get the debug flag More...
|
| |
| bool | debugCross () const |
| | get the debug flag More...
|
| |
| bool | debugShoot () const |
| | get the debug flag More...
|
| |
| bool | debugClear () const |
| | get the debug flag More...
|
| |
| bool | debugBlock () const |
| | get the debug flag More...
|
| |
| bool | debugMark () const |
| | get the debug flag More...
|
| |
| bool | debugPositioning () const |
| | get the debug flag More...
|
| |
| bool | debugRole () const |
| | get the debug flag More...
|
| |
| bool | debugPlan () const |
| | get the debug flag More...
|
| |
| bool | debugTeam () const |
| | get the debug flag More...
|
| |
| bool | debugCommunication () const |
| | get the debug flag More...
|
| |
| bool | debugAnalyzer () const |
| | get the debug flag More...
|
| |
| bool | debugActionChain () const |
| | get the debug flag More...
|
| |