DBC Framework
DBC parsing and CAN signal decoding framework
DecodedFrameValue Struct Reference

Fully decoded frame. More...

#include <dbc_decoder.h>

Public Attributes

const DecodeFramedefinition
 
std::vector< DecodedSignalValuepublic
 
bool valid
 

Detailed Description

Fully decoded frame.

Definition at line 55 of file dbc_decoder.h.

Constructor & Destructor Documentation

◆ DecodedFrameValue()

DecodedFrameValue::DecodedFrameValue ( )
inline

Definition at line 60 of file dbc_decoder.h.

Member Data Documentation

◆ definition

const DecodeFrame* DecodedFrameValue::definition

Frame definition.

Definition at line 56 of file dbc_decoder.h.

Referenced by DbcDecoder::Decode().

◆ public

std::vector<DecodedSignalValue> DecodedFrameValue::public

Decoded signal values.

Definition at line 57 of file dbc_decoder.h.

◆ valid

bool DecodedFrameValue::valid

true if frame was matched.

Definition at line 58 of file dbc_decoder.h.

Referenced by DbcDecoder::Decode().


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