Container for local mutexes.
More...
|
| SPIN = threading.RLock() |
| Mutex for `spin()`.
|
|
| SPIN_START = threading.RLock() |
| Mutex for `start_spin()`.
|
|
Container for local mutexes.
Definition at line 368 of file ros1.py.
◆ SPIN
rosros.ros1.Mutex.SPIN = threading.RLock() |
|
static |
Mutex for `spin()`.
Definition at line 372 of file ros1.py.
◆ SPIN_START
rosros.ros1.Mutex.SPIN_START = threading.RLock() |
|
static |
Mutex for `start_spin()`.
Definition at line 375 of file ros1.py.
The documentation for this class was generated from the following file: