PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Member Functions | |
TxItem () | |
Public Attributes | |
uavcan::MonotonicTime | deadline |
uavcan::CanFrame | frame |
bool | pending |
bool | loopback |
bool | abort_on_error |
bool uavcan_stm32::CanIface::TxItem::abort_on_error |
Definition at line 98 of file can.hpp.
Referenced by uavcan_stm32::CanIface::pollErrorFlagsFromISR(), and uavcan_stm32::CanIface::send().
uavcan::MonotonicTime uavcan_stm32::CanIface::TxItem::deadline |
Definition at line 94 of file can.hpp.
Referenced by uavcan_stm32::CanIface::discardTimedOutTxMailboxes(), and uavcan_stm32::CanIface::send().
uavcan::CanFrame uavcan_stm32::CanIface::TxItem::frame |
Definition at line 95 of file can.hpp.
Referenced by uavcan_stm32::CanIface::canAcceptNewTxFrame(), uavcan_stm32::CanIface::handleTxMailboxInterrupt(), and uavcan_stm32::CanIface::send().
bool uavcan_stm32::CanIface::TxItem::loopback |
Definition at line 97 of file can.hpp.
Referenced by uavcan_stm32::CanIface::handleTxMailboxInterrupt(), and uavcan_stm32::CanIface::send().
bool uavcan_stm32::CanIface::TxItem::pending |
Definition at line 96 of file can.hpp.
Referenced by uavcan_stm32::CanIface::discardTimedOutTxMailboxes(), uavcan_stm32::CanIface::handleTxMailboxInterrupt(), uavcan_stm32::CanIface::pollErrorFlagsFromISR(), and uavcan_stm32::CanIface::send().