|
rad
2.0.0
|
Threading based activity. More...
Public Member Functions | |
| def | __init__ |
| def | start |
| def | stop |
| def | run |
| def | __init__ |
| def | start |
| def | stop |
| def | run |
Public Member Functions inherited from scxml4py.activity.AbstractActivity | |
| def | __init__ |
| def | __str__ |
| def | getId |
| def | setId |
| def | sendInternalEvent |
| def | isRunning |
| def | setRunning |
| def | start |
| def | stop |
| def | run |
| def | __init__ |
| def | __str__ |
| def | getId |
| def | setId |
| def | sendInternalEvent |
| def | isRunning |
| def | setRunning |
| def | start |
| def | stop |
| def | run |
Public Attributes | |
| mThread | |
Public Attributes inherited from scxml4py.activity.AbstractActivity | |
| mId | |
| mIsRunning | |
| mEventQueue | |
| mData | |
Threading based activity.
| def scxml4py.activity.ThreadedActivity.__init__ | ( | self, | |
| theId, | |||
theEventQueue = None, |
|||
theData = None |
|||
| ) |
| def scxml4py.activity.ThreadedActivity.__init__ | ( | self, | |
| theId, | |||
theEventQueue = None, |
|||
theData = None |
|||
| ) |
| def scxml4py.activity.ThreadedActivity.run | ( | self | ) |
| def scxml4py.activity.ThreadedActivity.run | ( | self | ) |
| def scxml4py.activity.ThreadedActivity.start | ( | self | ) |
| def scxml4py.activity.ThreadedActivity.start | ( | self | ) |
| def scxml4py.activity.ThreadedActivity.stop | ( | self | ) |
| def scxml4py.activity.ThreadedActivity.stop | ( | self | ) |
| scxml4py.activity.ThreadedActivity.mThread |
1.8.5