ADTF  3.18.2
ISignalRegistry::tSignalValue

an update of a signal More...

Public Attributes

tTimeStamp nTimeStamp
 Timestamp of signal value (-1 == undefined)
 
double f64Value
 Physical signal value (this is where you put the values you want to display)
 
const char * strTextValue
 TEXTTABLE value or NULL (text representation of the value). More...
 

Detailed Description

an update of a signal

Definition at line 53 of file signal_registry_intf.h.

Member Data Documentation

◆ strTextValue

const char* strTextValue

TEXTTABLE value or NULL (text representation of the value).

Please note that the pointer that you pass here has to stay valid until you unregister your provider, i.e. the data will not be copied.

Definition at line 62 of file signal_registry_intf.h.