DbcLib 1.0
CAN DBC C++ library.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dbc::SignalValue Struct Reference

Support function that holds the channel value for a signal.

#include <signal.h>

Public Member Functions

void Clear ()
 Resets the value.
 

Public Attributes

bool valid = false
 True if the value is valid.
 
int64_t signed_value = 0
 Integer value.
 
uint64_t unsigned_value = 0
 Unsigned value.
 
double float_value = 0
 Float value.
 
std::vector< uint8_t > array_value
 Array or string value.
 

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