bufr2synop 0.24.0
|
Stores all needed data for a bufr bitmap. More...
#include <bufrdeco.h>
Stores all needed data for a bufr bitmap.
Definition at line 469 of file bufrdeco.h.
buf_t bufrdeco_bitmap::bitmap_to[BUFR_MAX_BITMAP_PRESENT_DATA] |
Array of indexes in a sequence which bitmaps to
Definition at line 472 of file bufrdeco.h.
Referenced by bufrdeco_add_to_bitmap(), bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::bitmaped_by[BUFR_MAX_BITMAP_PRESENT_DATA] |
Array of indexes in a bitmaps
Definition at line 473 of file bufrdeco.h.
Referenced by bufrdeco_add_to_bitmap(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::dstat[BUFR_MAX_QUALITY_DATA] |
Attay of indexes of Difference statistical value related tp bitmap_to[0]
Definition at line 482 of file bufrdeco.h.
Referenced by get_bitmaped_info().
buf_t bufrdeco_bitmap::dstat_desc[BUFR_MAX_QUALITY_DATA] |
Array of indexes which describes the diffenece statistical parameter
Definition at line 483 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_decode_subset_data_recursive(), and bufrdeco_parse_compressed_recursive().
buf_t bufrdeco_bitmap::nb |
Amount of elements used (data present) in the bitmap
Definition at line 471 of file bufrdeco.h.
Referenced by bufrdeco_add_to_bitmap(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::nds |
amount of difference statistical parameters used per bitmaped data
Definition at line 481 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_decode_subset_data_recursive(), bufrdeco_parse_compressed_recursive(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::nq |
Amount of quality parameters used per bitmaped data
Definition at line 474 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::ns1 |
amount of first order statistical parameters used per bitmaped data
Definition at line 478 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_decode_subset_data_recursive(), bufrdeco_parse_compressed_recursive(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::quality[BUFR_MAX_QUALITY_DATA] |
array of indexes of first quality value related to bitmap_to[0]
Definition at line 475 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::retain |
Index of retained value related tp bitmap_to[0]
Definition at line 477 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::stat1[BUFR_MAX_QUALITY_DATA] |
Array of indexes of First-order statistical value related to bitmap_to[0]
Definition at line 479 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), and get_bitmaped_info().
buf_t bufrdeco_bitmap::stat1_desc[BUFR_MAX_QUALITY_DATA] |
Array of indexes which describes the First-order statistical parameter
Definition at line 480 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_decode_subset_data_recursive(), and bufrdeco_parse_compressed_recursive().
buf_t bufrdeco_bitmap::subs |
index of subsituted value related to bitmap_to[0]
Definition at line 476 of file bufrdeco.h.
Referenced by bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), and get_bitmaped_info().