|
Lely core libraries
1.9.2
|
The internal implementation of the CANopen node. More...


Public Member Functions | |
| virtual void | lock () override |
| Blocks until a lock can be obtained for the current execution agent (thread, process, task). More... | |
| virtual void | unlock () override |
| Releases the lock held by the execution agent. Throws no exceptions. | |
|
overridevirtual |
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::canopen::BasicLockable.