Public Attributes | |
struct SIOMM_RTC_DATE_TIME | Time |
Time of the data sample. | |
int | nMemMap |
Memory map address the data comes from. | |
int | nFormat |
Data format (66 for float, 64 for signed integer, 78 for unsigned integer) | |
union { | |
int nInteger | |
Sample value as an integer. | |
float fFloat | |
Sample value as a float. | |
int nBitmask | |
Sample value as a bitmask. | |
} | unData |