|
Urbi SDK Remote for C++
2.7.5
|
Extended locking model specifications. More...
#include <uobject.hh>

Public Member Functions | |
| LockSpec (LockMode l, unsigned int maxQueueSize=0) | |
Public Attributes | |
| LockMode | lockMode |
| unsigned int | maxQueueSize |
Extended locking model specifications.
Permits to set the maximum queue size which is infinite by default.
Definition at line 255 of file uobject.hh.
| urbi::LockSpec::LockSpec | ( | LockMode | l, |
| unsigned int | maxQueueSize = 0 |
||
| ) | [inline] |
Definition at line 258 of file uobject.hh.
Definition at line 262 of file uobject.hh.
Referenced by urbi::UObject::getTaskLock().
| unsigned int urbi::LockSpec::maxQueueSize |
Definition at line 263 of file uobject.hh.
Referenced by urbi::UObject::getTaskLock().