bufr2synop 0.24.0
Data Fields
bufrdeco_bitmap Struct Reference

Stores all needed data for a bufr bitmap. More...

#include <bufrdeco.h>

Data Fields

buf_t nb
 
buf_t bitmap_to [BUFR_MAX_BITMAP_PRESENT_DATA]
 
buf_t bitmaped_by [BUFR_MAX_BITMAP_PRESENT_DATA]
 
buf_t nq
 
buf_t quality [BUFR_MAX_QUALITY_DATA]
 
buf_t subs
 
buf_t retain
 
buf_t ns1
 
buf_t stat1 [BUFR_MAX_QUALITY_DATA]
 
buf_t stat1_desc [BUFR_MAX_QUALITY_DATA]
 
buf_t nds
 
buf_t dstat [BUFR_MAX_QUALITY_DATA]
 
buf_t dstat_desc [BUFR_MAX_QUALITY_DATA]
 

Detailed Description

Stores all needed data for a bufr bitmap.

Definition at line 469 of file bufrdeco.h.

Field Documentation

◆ bitmap_to

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().

◆ bitmaped_by

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().

◆ dstat

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().

◆ dstat_desc

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().

◆ nb

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().

◆ nds

buf_t bufrdeco_bitmap::nds

◆ nq

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().

◆ ns1

buf_t bufrdeco_bitmap::ns1

◆ quality

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().

◆ retain

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().

◆ stat1

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().

◆ stat1_desc

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().

◆ subs

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().


The documentation for this struct was generated from the following file: