PX4 Firmware
PX4 Autopilot Software http://px4.io
|
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 | ~ITxQueueInjector () |
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.
Definition at line 323 of file uavcan_virtual_can_driver.hpp.
|
inlinevirtual |
Definition at line 326 of file uavcan_virtual_can_driver.hpp.
|
pure virtual |
Flush contents of TX queues into the main node.
main_node | Reference to the main node. |
Implemented in VirtualCanDriver.
Referenced by UavcanNode::node_spin_once().