#include <level.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 | 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_msg_datum * | data |
| The array with the data, reallocated as needed. | |
Type of the first level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_filter_copy(), dba_msg_level_compare(), dba_msg_level_compare2(), dba_msg_level_copy(), dba_msg_level_create(), dba_msg_level_diff(), dba_msg_level_print(), dba_msg_print(), dba_msg_sounding_pack_levels(), and dba_msg_sounding_unpack_levels().
L1 value of the level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_filter_copy(), dba_msg_level_compare(), dba_msg_level_compare2(), dba_msg_level_copy(), dba_msg_level_create(), dba_msg_level_diff(), dba_msg_level_print(), and dba_msg_sounding_pack_levels().
Type of the second level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_filter_copy(), dba_msg_level_compare(), dba_msg_level_compare2(), dba_msg_level_copy(), dba_msg_level_create(), dba_msg_level_diff(), and dba_msg_level_print().
L2 value of the level.
See Level type values.
Referenced by dba_import_msg(), dba_msg_filter_copy(), dba_msg_level_compare(), dba_msg_level_compare2(), dba_msg_level_copy(), dba_msg_level_create(), dba_msg_level_diff(), dba_msg_level_print(), and dba_msg_sounding_unpack_levels().
1.5.5