|
|
#include <RobotAPI/statecharts/ProsthesisKinestheticTeachIn/CyberGloveProsthesisControl.h>
Inheritance diagram for CyberGloveProsthesisControl:Public Types | |
| enum | PhaseType { CalibOpen, CalibClose, StartPose, TeachIn } |
Public Member Functions | |
| CyberGloveProsthesisControl (const XMLStateConstructorParams &stateData) | |
| void | onEnter () override |
| void | onExit () override |
| void | run () override |
Static Public Member Functions | |
| static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
Static Public Attributes | |
| static SubClassRegistry | Registry |
Definition at line 30 of file CyberGloveProsthesisControl.h.
|
strong |
| Enumerator | |
|---|---|
| CalibOpen | |
| CalibClose | |
| StartPose | |
| TeachIn | |
Definition at line 40 of file CyberGloveProsthesisControl.h.
|
inline |
Definition at line 34 of file CyberGloveProsthesisControl.h.
Here is the caller graph for this function:
|
static |
Definition at line 360 of file CyberGloveProsthesisControl.cpp.
Here is the call graph for this function:
|
override |
Definition at line 50 of file CyberGloveProsthesisControl.cpp.
|
override |
Definition at line 352 of file CyberGloveProsthesisControl.cpp.
|
override |
Definition at line 98 of file CyberGloveProsthesisControl.cpp.
Here is the call graph for this function:
|
static |
Definition at line 56 of file CyberGloveProsthesisControl.h.