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

One decoded signal value. More...

#include <dbc_decoder.h>

Public Member Functions

 DecodedSignalValue ()
 

Public Attributes

const DecodeSignaldefinition
 
std::int64_t rawValue
 
double physicalValue
 
bool valid
 

Detailed Description

One decoded signal value.

Definition at line 38 of file dbc_decoder.h.

Constructor & Destructor Documentation

◆ DecodedSignalValue()

DecodedSignalValue::DecodedSignalValue ( )
inline

Definition at line 44 of file dbc_decoder.h.

Member Data Documentation

◆ definition

const DecodeSignal* DecodedSignalValue::definition

Signal definition.

Definition at line 39 of file dbc_decoder.h.

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

◆ physicalValue

double DecodedSignalValue::physicalValue

Converted physical value.

Definition at line 41 of file dbc_decoder.h.

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

◆ rawValue

std::int64_t DecodedSignalValue::rawValue

Extracted raw integer value.

Definition at line 40 of file dbc_decoder.h.

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

◆ valid

bool DecodedSignalValue::valid

true if decoding succeeded.

Definition at line 42 of file dbc_decoder.h.

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


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