State machine object.
More...
def stateMachine.StateMachine.__init__ |
( |
|
self, |
|
|
|
sm_scxml, |
|
|
|
action_mgr, |
|
|
|
data_object |
|
) |
| |
Initialize the state machine, loading the SCXML model, etc.
def stateMachine.StateMachine.__init__ |
( |
|
self, |
|
|
|
sm_scxml, |
|
|
|
action_mgr, |
|
|
|
data_object |
|
) |
| |
Initialize the state machine, loading the SCXML model, etc.
def stateMachine.StateMachine.event_queue |
( |
|
self | ) |
|
Return reference to the internal event queue.
def stateMachine.StateMachine.event_queue |
( |
|
self | ) |
|
Return reference to the internal event queue.
def stateMachine.StateMachine.run |
( |
|
self | ) |
|
def stateMachine.StateMachine.run |
( |
|
self | ) |
|
stateMachine.StateMachine.sm_scxml |
The documentation for this class was generated from the following files: