Defines a TINE quintet data object containing a long integer value followed by a float doublet followed by a second long integer value, followed by an 80-character fixed-length string. More...
#include <tinetype.h>
Data Fields | |
| float | f1val |
| float | f2val |
| SINT32 | ival |
| char | str [80] |
| SINT32 | tm |
Defines a TINE quintet data object containing a long integer value followed by a float doublet followed by a second long integer value, followed by an 80-character fixed-length string.
| float DUSTRING::f1val |
the first float value
Referenced by GetDevicePropertyEGU().
| float DUSTRING::f2val |
the second float value
Referenced by GetDevicePropertyEGU().
| SINT32 DUSTRING::ival |
the first long integer value
| char DUSTRING::str[80] |
the string buffer
Referenced by GetDevicePropertyEGU().
| SINT32 DUSTRING::tm |
the second long integer value (intpreted frequently as a time_t)
1.5.8