|
DBC framework
|
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 |
Raw CAN frame used for runtime or trace decoding.
Definition at line 23 of file dbc_decoder.h.
|
inline |
Definition at line 28 of file dbc_decoder.h.
| std::uint32_t RawCanFrame::canId |
Normalized CAN ID.
Definition at line 24 of file dbc_decoder.h.
Referenced by DbcDecoder::Decode(), and main().
| std::vector<std::uint8_t> RawCanFrame::data |
Payload bytes.
Definition at line 26 of file dbc_decoder.h.
Referenced by DbcDecoder::Decode(), and main().
| bool RawCanFrame::isExtended |
true for extended frame.
Definition at line 25 of file dbc_decoder.h.
Referenced by DbcDecoder::Decode(), and main().