Public Member Functions | |
virtual void | injectTxFramesInto (uavcan::INode &main_node)=0 |
virtual | ~ITxQueueInjector () |
This interface defines one method that will be called by the main node thread periodically in order to transfer contents of TX queue of the sub-node into the TX queue of the main node.
Definition at line 253 of file test_multithreading.cpp.
|
inlinevirtual |
Definition at line 256 of file test_multithreading.cpp.
|
pure virtual |
Flush contents of TX queues into the main node.
main_node | Reference to the main node. |
Implemented in VirtualCanDriver< SharedMemoryPoolSize >.