Public Member Functions | |
def | __getattr__ (self, attrib) |
def | __init__ (self, owner) |
def | enterStartState (self) |
def | getOwner (self) |
Public Member Functions inherited from statemap::FSMContext | |
void | clearState () |
void | emptyStateStack () |
virtual void | enterStartState ()=0 |
bool | getDebugFlag () |
State * | getPreviousState () |
int | getStateStackDepth () const |
char * | getTransition () |
bool | isInTransition () const |
bool | isStateStackEmpty () const |
FSMContext & | operator= (const FSMContext &fsm) |
void | popState () |
void | pushState (const State &state) |
int | same (const FSMContext &fsm) const |
void | setDebugFlag (bool flag) |
void | setState (const State &state) |
void | setTransition (const char *transition) |
virtual | ~FSMContext () |
Private Attributes | |
_owner | |
_transition | |
Additional Inherited Members | |
Protected Member Functions inherited from statemap::FSMContext | |
FSMContext (const State &state) | |
Protected Attributes inherited from statemap::FSMContext | |
State * | _previous_state |
State * | _state |
StateEntry * | _state_stack |
char * | _transition |
Definition at line 192 of file BondSM_sm.py.
def BondSM_sm.BondSM_sm.__init__ | ( | self, | |
owner | |||
) |
Definition at line 194 of file BondSM_sm.py.
def BondSM_sm.BondSM_sm.__getattr__ | ( | self, | |
attrib | |||
) |
Definition at line 198 of file BondSM_sm.py.
def BondSM_sm.BondSM_sm.enterStartState | ( | self | ) |
Definition at line 205 of file BondSM_sm.py.
def BondSM_sm.BondSM_sm.getOwner | ( | self | ) |
Definition at line 208 of file BondSM_sm.py.
|
private |
Definition at line 196 of file BondSM_sm.py.
|
private |
Definition at line 200 of file BondSM_sm.py.