Firmware
|
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. More...
#include <uavcan_virtual_can_driver.hpp>
Public Member Functions | |
virtual void | injectTxFramesInto (uavcan::INode &main_node)=0 |
Flush contents of TX queues into the main node. More... | |
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.
|
pure virtual |
Flush contents of TX queues into the main node.
main_node | Reference to the main node. |