ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tSignalValue

Signal value structure which keeps one signal specific value. More...

Classes

union  uData
 

Public Types

enum  eTypeTag : uint8_t {
  TAG_INVALID = 0 , TAG_RAW_VALUE = 1 , TAG_FLOAT64 = 2 , TAG_UINT64 = 3 ,
  TAG_INT64 = 4 , TAG_UINT32 = 5 , TAG_INT32 = 6 , TAG_FLOAT32 = 7
}
 

Public Attributes

eTypeTag nTypeTag = TAG_INVALID
 
union adtf::devicetb::sdk::canfd::ignition::tSignalValue::uData oData
 
uint8_t nReserved [8]
 

Detailed Description

Signal value structure which keeps one signal specific value.

Definition at line 479 of file canfd_types.h.