ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tCompInfo

Information about computation. More...

Public Attributes

double fPhysLowerLimit
 Physical value lower limit.
 
double fPhysUpperLimit
 Physical value upper limit.
 
double fRawLowerLimit
 Raw value lower limit.
 
double fRawUpperLimit
 Raw value upper limit.
 
const char * strValue
 Textual representation.
 
double fFactor
 scale factor of signal
 
double fOffset
 offset value of signal
 

Detailed Description

Information about computation.

ApplValue = (fOffset + fFactor * rawValue) / fDenominator fDenominator is always one.

Definition at line 309 of file flexray_database_intf.h.