bufr2synop 0.24.0
|
Manage an array of structs bufrdeco_compressed_ref. More...
#include <bufrdeco.h>
Data Fields | |
buf_t | dim |
buf_t | nd |
struct bufrdeco_compressed_ref * | refs |
Manage an array of structs bufrdeco_compressed_ref.
Definition at line 667 of file bufrdeco.h.
buf_t bufrdeco_compressed_data_references::dim |
dimension of array of compressed refs
Definition at line 669 of file bufrdeco.h.
Referenced by bufrdeco_init_compressed_data_references().
buf_t bufrdeco_compressed_data_references::nd |
current amount of data used
Definition at line 670 of file bufrdeco.h.
Referenced by bufr_decode_subset_data_compressed(), bufrdeco_clean_compressed_data_references(), bufrdeco_decode_data_subset(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_get_target_subset_sequence_data(), bufrdeco_increase_compressed_data_references_count(), bufrdeco_init_compressed_data_references(), bufrdeco_parse_compressed_recursive(), bufrdeco_parse_f2_compressed(), fprint_bufrdeco_compressed_data_references(), and print_bufrdeco_compressed_data_references().
struct bufrdeco_compressed_ref* bufrdeco_compressed_data_references::refs |
pointer to allocated array
Definition at line 671 of file bufrdeco.h.
Referenced by bufr_decode_subset_data_compressed(), bufrdeco_clean_compressed_data_references(), bufrdeco_decode_replicated_subsequence_compressed(), bufrdeco_free_compressed_data_references(), bufrdeco_init_compressed_data_references(), bufrdeco_parse_compressed_recursive(), bufrdeco_parse_f2_compressed(), fprint_bufrdeco_compressed_data_references(), and print_bufrdeco_compressed_data_references().