bufr2synop 0.24.0
|
store the information when parsing related to replicators More...
#include <bufrdeco.h>
Data Fields | |
struct bufr_sequence * | s |
buf_t | ixrep |
buf_t | ixdel |
buf_t | ndesc |
buf_t | nloops |
store the information when parsing related to replicators
Definition at line 421 of file bufrdeco.h.
buf_t bufr_replicator::ixdel |
index in a sequence of a delayed replicator, if not then is the same that ixrep
Definition at line 425 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 bufr_replicator::ixrep |
index in a sequence of replicator descriptor
Definition at line 424 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 bufr_replicator::ndesc |
amount of descritptors in sequence affected by replicator
Definition at line 426 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 bufr_replicator::nloops |
amount of loops to do
Definition at line 427 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().
struct bufr_sequence* bufr_replicator::s |
struct to which this replicator struct belongs
Definition at line 423 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().