|
|
#include <RobotAPI/statecharts/StatechartProfilesTestGroup/TestState.h>
Inheritance diagram for TestState:Public Member Functions | |
| void | onBreak () override |
| void | onEnter () override |
| void | onExit () override |
| void | run () override |
| TestState (const XMLStateConstructorParams &stateData) | |
Static Public Member Functions | |
| static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
Static Public Attributes | |
| static SubClassRegistry | Registry |
Definition at line 31 of file TestState.h.
| TestState | ( | const XMLStateConstructorParams & | stateData | ) |
|
static |
|
override |
Definition at line 72 of file TestState.cpp.
|
override |
Definition at line 39 of file TestState.cpp.
|
override |
Definition at line 79 of file TestState.cpp.
|
override |
Definition at line 58 of file TestState.cpp.
|
static |
Definition at line 44 of file TestState.h.