|
#include <VisionX/statecharts/PointCloud/ResumeProcessor.h>
Public Member Functions | |
void | onBreak () |
void | onEnter () |
void | onExit () |
ResumeProcessor (const XMLStateConstructorParams &stateData) | |
void | run () |
Static Public Member Functions | |
static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
Static Public Attributes | |
static SubClassRegistry | Registry |
Definition at line 31 of file ResumeProcessor.h.
ResumeProcessor | ( | const XMLStateConstructorParams & | stateData | ) |
|
static |
void onBreak | ( | ) |
Definition at line 60 of file ResumeProcessor.cpp.
void onEnter | ( | ) |
Definition at line 40 of file ResumeProcessor.cpp.
void onExit | ( | ) |
Definition at line 66 of file ResumeProcessor.cpp.
void run | ( | ) |
Definition at line 46 of file ResumeProcessor.cpp.
|
static |
Definition at line 45 of file ResumeProcessor.h.