Public Member Functions | |
def | __init__ |
def | except_preempt |
def | preempt |
def | register_termination_cb |
def | run |
Public Attributes | |
exception | |
outcome | |
sm | |
sm_name | |
termination_func | |
Private Member Functions | |
def | _raise_exception |
Definition at line 16 of file sm_thread_runner.py.
def rcommander.sm_thread_runner.ThreadRunSM.__init__ | ( | self, | |
sm_name, | |||
sm | |||
) |
Definition at line 18 of file sm_thread_runner.py.
def rcommander.sm_thread_runner.ThreadRunSM._raise_exception | ( | self | ) | [private] |
Definition at line 64 of file sm_thread_runner.py.
Definition at line 57 of file sm_thread_runner.py.
def rcommander.sm_thread_runner.ThreadRunSM.preempt | ( | self | ) |
Definition at line 53 of file sm_thread_runner.py.
def rcommander.sm_thread_runner.ThreadRunSM.register_termination_cb | ( | self, | |
func | |||
) |
Definition at line 27 of file sm_thread_runner.py.
def rcommander.sm_thread_runner.ThreadRunSM.run | ( | self | ) |
Definition at line 30 of file sm_thread_runner.py.
Definition at line 18 of file sm_thread_runner.py.
Definition at line 18 of file sm_thread_runner.py.
Definition at line 18 of file sm_thread_runner.py.
Definition at line 18 of file sm_thread_runner.py.
Definition at line 18 of file sm_thread_runner.py.