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

Fully decoded frame. More...

#include <dbc_decoder.h>

Public Member Functions

 DecodedFrameValue ()
 

Public Attributes

const DecodeFramedefinition
 
std::vector< DecodedSignalValuesignals
 
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(), and PrintDecodedFrame().

◆ signals

std::vector<DecodedSignalValue> DecodedFrameValue::signals

Decoded signal values.

Definition at line 57 of file dbc_decoder.h.

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

◆ valid

bool DecodedFrameValue::valid

true if frame was matched.

Definition at line 58 of file dbc_decoder.h.

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


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