APM:Libraries
Public Member Functions | Public Attributes | List of all members
VRBRAIN::CanRxItem Struct Reference

#include <CAN.h>

Public Member Functions

 CanRxItem ()
 

Public Attributes

uint64_t utc_usec
 
uavcan::CanFrame frame
 
uavcan::CanIOFlags flags
 

Detailed Description

RX queue item. The application shall not use this directly.

Definition at line 46 of file CAN.h.

Constructor & Destructor Documentation

◆ CanRxItem()

VRBRAIN::CanRxItem::CanRxItem ( )
inline

Definition at line 50 of file CAN.h.

Member Data Documentation

◆ flags

uavcan::CanIOFlags VRBRAIN::CanRxItem::flags

Definition at line 49 of file CAN.h.

◆ frame

uavcan::CanFrame VRBRAIN::CanRxItem::frame

Definition at line 48 of file CAN.h.

Referenced by VRBRAIN::VRBRAINCAN::set_update_event().

◆ utc_usec

uint64_t VRBRAIN::CanRxItem::utc_usec

Definition at line 47 of file CAN.h.

Referenced by VRBRAIN::VRBRAINCAN::getNumFilters().


The documentation for this struct was generated from the following file: