#include <TestSymbols.h>
Inheritance diagram for TestSymbols:


Public Member Functions | |
| TestSymbols (const BehaviorControlInterfaces &interfaces) | |
| void | registerSymbols (Xabsl2Engine &engine) |
| registers the symbols at an engine | |
| void | update () |
| updates the symbols | |
| double | sendKickRecord () |
Private Attributes | |
| bool | disableCarryBall |
| Disables the ball carrying. | |
| bool | useSlowCarryBall |
| Use the slow variant of carry ball. | |
| bool | disableKicking |
| disables the kicking | |
| KickCase | kick |
| double | kickID |
|
|
Definition at line 13 of file TestSymbols.cpp. |
|
|
registers the symbols at an engine
Definition at line 22 of file TestSymbols.cpp. References KickCase::ballTR, KickCase::ballTS, KickCase::ballXA, KickCase::ballXR, KickCase::ballXS, KickCase::ballYA, KickCase::ballYR, KickCase::ballYS, disableCarryBall, disableKicking, SystemCall::getCurrentSystemTime(), kickID, Xabsl2Symbols::registerBooleanInputSymbol(), Xabsl2Symbols::registerDecimalInputFunction(), Xabsl2Symbols::registerDecimalInputFunctionParameter(), sendKickRecord(), KickCase::tA, and useSlowCarryBall. Referenced by GT2005BehaviorControl::registerSymbolsAndBasicBehaviors(). |
Here is the call graph for this function:

|
|
updates the symbols
Definition at line 76 of file TestSymbols.cpp. References DEBUG_RESPONSE, disableCarryBall, disableKicking, and useSlowCarryBall. Referenced by GT2005BehaviorControl::execute(). |
|
|
Definition at line 86 of file TestSymbols.cpp. References idKickRecord, idText, kickID, and OUTPUT. Referenced by registerSymbols(). |
|
|
Disables the ball carrying.
Definition at line 40 of file TestSymbols.h. Referenced by registerSymbols(), and update(). |
|
|
Use the slow variant of carry ball.
Definition at line 43 of file TestSymbols.h. Referenced by registerSymbols(), and update(). |
|
|
disables the kicking
Definition at line 46 of file TestSymbols.h. Referenced by registerSymbols(), and update(). |
|
|
Definition at line 48 of file TestSymbols.h. |
|
|
Definition at line 49 of file TestSymbols.h. Referenced by registerSymbols(), and sendKickRecord(). |
1.3.6