PX4 Firmware
PX4 Autopilot Software http://px4.io
|
RX queue item. More...
#include <can.hpp>
Public Member Functions | |
CanRxItem () | |
Public Attributes | |
uavcan::uint64_t | utc_usec |
uavcan::CanFrame | frame |
uavcan::CanIOFlags | flags |
uavcan::CanIOFlags uavcan_stm32::CanRxItem::flags |
Definition at line 35 of file can.hpp.
Referenced by uavcan_stm32::CanIface::RxQueue::pop(), uavcan_stm32::CanIface::RxQueue::push(), and uavcan_stm32::CanIface::RxQueue::RxQueue().
uavcan::CanFrame uavcan_stm32::CanRxItem::frame |
Definition at line 34 of file can.hpp.
Referenced by uavcan_stm32::CanIface::CanIface(), uavcan_stm32::CanIface::RxQueue::pop(), uavcan_stm32::CanIface::RxQueue::push(), and uavcan_stm32::CanIface::RxQueue::RxQueue().
uavcan::uint64_t uavcan_stm32::CanRxItem::utc_usec |
Definition at line 33 of file can.hpp.
Referenced by uavcan_stm32::CanIface::getNumFilters(), uavcan_stm32::CanIface::RxQueue::pop(), uavcan_stm32::CanIface::RxQueue::push(), and uavcan_stm32::CanIface::RxQueue::RxQueue().