Public Member Functions | |
| def | __init__ (self, r) |
| def | CleanUp (self) |
| def | Wait (self, r) |
| def | WakeUp (self, r) |
| def | WakeUpAll (self) |
Public Attributes | |
| author | |
| bIsWait | |
| description | |
| lock | |
| nCurBit | |
| nIsRun | |
| nRobot | |
| nWaitBit | |
Definition at line 28 of file m1013x2_sync.py.
| def m1013x2_sync.CRobotSync.__init__ | ( | self, | |
| r | |||
| ) |
Definition at line 29 of file m1013x2_sync.py.
| def m1013x2_sync.CRobotSync.CleanUp | ( | self | ) |
Definition at line 46 of file m1013x2_sync.py.
| def m1013x2_sync.CRobotSync.Wait | ( | self, | |
| r | |||
| ) |
Definition at line 51 of file m1013x2_sync.py.
| def m1013x2_sync.CRobotSync.WakeUp | ( | self, | |
| r | |||
| ) |
Definition at line 57 of file m1013x2_sync.py.
| def m1013x2_sync.CRobotSync.WakeUpAll | ( | self | ) |
Definition at line 66 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.author |
Definition at line 31 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.bIsWait |
Definition at line 38 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.description |
Definition at line 30 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.lock |
Definition at line 39 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.nCurBit |
Definition at line 36 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.nIsRun |
Definition at line 33 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.nRobot |
Definition at line 32 of file m1013x2_sync.py.
| m1013x2_sync.CRobotSync.nWaitBit |
Definition at line 35 of file m1013x2_sync.py.