|
#include <RobotAPI/statecharts/StatechartProfilesTestGroup/TestState.h>
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 40 of file TestState.cpp.
|
override |
Definition at line 78 of file TestState.cpp.
|
override |
Definition at line 58 of file TestState.cpp.
|
static |
Definition at line 45 of file TestState.h.