bufr2synop 0.24.0
|
Stores all structs bufrdeco_bitmap for a bufr bitmap. More...
#include <bufrdeco.h>
Data Fields | |
buf_t | nba |
struct bufrdeco_bitmap * | bmap [BUFR_MAX_BITMAPS] |
Stores all structs bufrdeco_bitmap for a bufr bitmap.
Definition at line 490 of file bufrdeco.h.
struct bufrdeco_bitmap* bufrdeco_bitmap_array::bmap[BUFR_MAX_BITMAPS] |
array of pointers to struct bufrdeco_bitmap
Definition at line 493 of file bufrdeco.h.
Referenced by bufrdeco_allocate_bitmap(), bufrdeco_clean_bitmaps(), bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_decode_subset_data_recursive(), bufrdeco_free_bitmap_array(), bufrdeco_parse_compressed_recursive(), bufrdeco_parse_f2_compressed(), bufrdeco_parse_f2_descriptor(), and get_bitmaped_info().
buf_t bufrdeco_bitmap_array::nba |
Amount of bitmaps used
Definition at line 492 of file bufrdeco.h.
Referenced by bufrdeco_allocate_bitmap(), bufrdeco_clean_bitmaps(), bufrdeco_decode_replicated_subsequence(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_decode_subset_data_recursive(), bufrdeco_free_bitmap_array(), bufrdeco_parse_compressed_recursive(), bufrdeco_parse_f2_compressed(), bufrdeco_parse_f2_descriptor(), and get_bitmaped_info().