DBC framework
Public Member Functions | Public Attributes | List of all members
RawCanFrame Struct Reference

Raw CAN frame used for runtime or trace decoding. More...

#include <dbc_decoder.h>

Public Member Functions

 RawCanFrame ()
 

Public Attributes

std::uint32_t canId
 
bool isExtended
 
std::vector< std::uint8_t > data
 

Detailed Description

Raw CAN frame used for runtime or trace decoding.

Definition at line 23 of file dbc_decoder.h.

Constructor & Destructor Documentation

◆ RawCanFrame()

RawCanFrame::RawCanFrame ( )
inline

Definition at line 28 of file dbc_decoder.h.

Member Data Documentation

◆ canId

std::uint32_t RawCanFrame::canId

Normalized CAN ID.

Definition at line 24 of file dbc_decoder.h.

Referenced by DbcDecoder::Decode(), and main().

◆ data

std::vector<std::uint8_t> RawCanFrame::data

Payload bytes.

Definition at line 26 of file dbc_decoder.h.

Referenced by DbcDecoder::Decode(), and main().

◆ isExtended

bool RawCanFrame::isExtended

true for extended frame.

Definition at line 25 of file dbc_decoder.h.

Referenced by DbcDecoder::Decode(), and main().


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