Classes | |
class | Manager |
Manager class. More... | |
Functions | |
def | handler (signum, frame) |
Variables | |
manager = None | |
The pointer to the Manager. More... | |
mutex = threading.RLock() | |
The mutex of the pointer to the Manager. More... | |
def OpenRTM_aist.Manager.handler | ( | signum, | |
frame | |||
) |
Definition at line 64 of file Manager.py.
OpenRTM_aist.Manager.manager = None |
The pointer to the Manager.
Definition at line 41 of file Manager.py.
OpenRTM_aist.Manager.mutex = threading.RLock() |
The mutex of the pointer to the Manager.
Definition at line 49 of file Manager.py.