|
DBC Framework
DBC parsing and CAN signal decoding framework
|
Fully decoded frame. More...
#include <dbc_decoder.h>
Public Attributes | |
| const DecodeFrame * | definition |
| std::vector< DecodedSignalValue > | public |
| bool | valid |
Fully decoded frame.
Definition at line 55 of file dbc_decoder.h.
|
inline |
Definition at line 60 of file dbc_decoder.h.
| const DecodeFrame* DecodedFrameValue::definition |
| std::vector<DecodedSignalValue> DecodedFrameValue::public |
Decoded signal values.
Definition at line 57 of file dbc_decoder.h.
| bool DecodedFrameValue::valid |
true if frame was matched.
Definition at line 58 of file dbc_decoder.h.
Referenced by DbcDecoder::Decode().