|
DBC Framework
DBC parsing and CAN signal decoding framework
|
Raw CAN frame used for runtime or trace decoding. More...
#include <dbc_decoder.h>
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 |
| bool RawCanFrame::isExtended |
true for extended frame.
Definition at line 25 of file dbc_decoder.h.
Referenced by DbcDecoder::Decode().
| std::vector<std::uint8_t> RawCanFrame::data |