Defines a TINE triplet data object containing a 16-character fixed-length string value followed by a float value followed by 4-byte integer value. More...
#include <tinetype.h>
Data Fields | |
| float | fval |
| SINT32 | ival |
| char | name [16] |
Defines a TINE triplet data object containing a 16-character fixed-length string value followed by a float value followed by 4-byte integer value.
| float NAME16FI::fval |
the first float value
| SINT32 NAME16FI::ival |
the first long integer value
| char NAME16FI::name[16] |
the string buffer containing the string information
1.5.8