|
ocssw
V2022
|
#include <EN_eng_data.h>
Public Attributes | |
| char | field_name [EN_MAX_FIELD_NAME_LENGTH] |
| uint16 | num_bits |
| uint16 | start_bit_pos |
| uint16 | order |
| uint16 | type |
| union { | |
| int8 i8type | |
| uint8 ui8type | |
| int16 i16type | |
| uint16 ui16type | |
| int32 i32type | |
| uint32 ui32type | |
| } | union_value [EN_MAX_VDATA_ORDER] |
| uint16 | value |
Detailed Description
Definition at line 104 of file EN_eng_data.h.
Member Data Documentation
◆ field_name
| char field_name[EN_MAX_FIELD_NAME_LENGTH] |
Definition at line 107 of file EN_eng_data.h.
◆ i16type
| int16 i16type |
Definition at line 115 of file EN_eng_data.h.
◆ i32type
| int32 i32type |
Definition at line 117 of file EN_eng_data.h.
◆ i8type
| int8 i8type |
Definition at line 113 of file EN_eng_data.h.
◆ num_bits
| uint16 num_bits |
Definition at line 108 of file EN_eng_data.h.
◆ order
| uint16 order |
Definition at line 110 of file EN_eng_data.h.
◆ start_bit_pos
| uint16 start_bit_pos |
Definition at line 109 of file EN_eng_data.h.
◆ type
| uint16 type |
Definition at line 111 of file EN_eng_data.h.
◆ ui16type
| uint16 ui16type |
Definition at line 116 of file EN_eng_data.h.
◆ ui32type
| uint32 ui32type |
Definition at line 118 of file EN_eng_data.h.
◆ ui8type
| uint8 ui8type |
Definition at line 114 of file EN_eng_data.h.
◆ union_value
| union { ... } union_value[EN_MAX_VDATA_ORDER] |
◆ value
| uint16 value |
Definition at line 120 of file EN_eng_data.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/l1agen_modis/EN_eng_data.h


