|
Lely core libraries 2.3.5
|
The internal implementation of the CANopen device description. More...


Data Structures | |
| struct | DeviceDeleter |
Public Member Functions | |
| void | lock () override |
| Blocks until a lock can be obtained for the current execution agent (thread, process, task). | |
| void | unlock () override |
| Releases the lock held by the execution agent. Throws no exceptions. | |
The internal implementation of the CANopen device description.
Definition at line 56 of file device.cpp.
|
inlineoverridevirtual |
Blocks until a lock can be obtained for the current execution agent (thread, process, task).
If an exception is thrown, no lock is obtained.
Implements lely::util::BasicLockable.
Definition at line 71 of file device.cpp.