#include <rtt/ConnectionTypes.hpp>
Public Types | |
| enum | ConnectionType { locked, lockfree } |
Definition at line 49 of file ConnectionTypes.hpp.
| lockfree |
Handle concurrency on basis of a Mutex.
Handle concurrency on basis of a LockFree algorithm. |
Definition at line 51 of file ConnectionTypes.hpp.
1.5.8