Store an array of physical data all on the same level. More...
#include <context.h>
Data Fields | |
| int | ltype1 |
| Type of the first level. | |
| int | l1 |
| L1 value of the level. | |
| int | ltype2 |
| Type of the second level. | |
| int | l2 |
| L2 value of the level. | |
| int | pind |
| Time range type indicator. | |
| int | p1 |
| Time range P1 indicator. | |
| int | p2 |
| Time range P2 indicator. | |
| int | data_count |
| Number of items in this level. | |
| int | data_alloc |
| Number of items allocated (must always be greater than or equal to data_count. | |
| dba_var * | data |
| The array with the data, reallocated as needed. | |
Store an array of physical data all on the same level.
L1 value of the level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_print(), dba_msg_filter_copy(), and dba_msg_sounding_pack_levels().
L2 value of the level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_print(), dba_msg_filter_copy(), and dba_msg_sounding_unpack_levels().
Type of the first level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_find_vsig(), dba_msg_context_print(), dba_msg_filter_copy(), and dba_msg_sounding_pack_levels().
Type of the second level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_print(), and dba_msg_filter_copy().
Time range P1 indicator.
See Time range values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_find_vsig(), dba_msg_context_print(), dba_msg_filter_copy(), and dba_msg_sounding_pack_levels().
Time range P2 indicator.
See Time range values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_find_vsig(), dba_msg_context_print(), dba_msg_filter_copy(), and dba_msg_sounding_pack_levels().
Time range type indicator.
See Time range values.
Referenced by dba_import_msg(), dba_msg_context_compare(), dba_msg_context_compare2(), dba_msg_context_copy(), dba_msg_context_create(), dba_msg_context_diff(), dba_msg_context_find_vsig(), dba_msg_context_print(), dba_msg_filter_copy(), and dba_msg_sounding_pack_levels().
1.6.3