MISR Toolkit
1.5.1
|
#include <odldef.h>
Data Fields | |
VALUE_TYPE | type |
char | valid |
char | format |
short | precision |
short | length |
union { | |
struct ODLInteger integer | |
struct ODLReal real | |
struct ODLDate date_time | |
char * string | |
} | value |
struct ODLInteger Value_Data::integer |
VALUE_TYPE Value_Data::type |
union { ... } Value_Data::value |