Defines a TINE quadruplet data object containing a float value followed by a long integer followed by a float value followed by a long integer. More...
#include <tinetype.h>
Data Fields | |
float | f1val |
float | f2val |
SINT32 | i1val |
SINT32 | i2val |
Defines a TINE quadruplet data object containing a float value followed by a long integer followed by a float value followed by a long integer.
float FLTINTFLTINT::f1val |
the first float value
float FLTINTFLTINT::f2val |
the second float value
SINT32 FLTINTFLTINT::i1val |
the first long integer value
SINT32 FLTINTFLTINT::i2val |
the second long integer value