libwreport
3.29
|
Public Member Functions | |
UncompressedDecoderTarget (Input &in, Subset &out) | |
const Subset & | reference_subset () const override |
Return the reference to a subset that is receiving the data currently decoded. More... | |
Varinfo | lookup_info (unsigned pos) const override |
Return information about a value previously stored at the given position. | |
Var | decode_uniform_b_value (Varinfo info) override |
Decode a value that must always be the same across all datasets. More... | |
const Var & | decode_and_add_to_all (Varinfo info) override |
Decode and add the same value to all datasets, return a reference to one of the variables added. | |
const Var & | decode_and_add_bitmap (const Tables &tables, Varcode code, unsigned bitmap_size) override |
void | decode_and_set_attribute (Varinfo info, unsigned pos) override |
Decode an attribute with the given description, and add it to data at position pos. | |
void | decode_and_add_b_value (Varinfo info) override |
Decode a B-table value and add its value(s) to the target subset(s) | |
void | decode_and_add_b_value_with_associated_field (Varinfo info, const bulletin::AssociatedField &field) override |
Decode a B-table value with associated field, and add its value(s) to the target subset(s) | |
void | decode_and_add_raw_character_data (Varinfo info) override |
Decode raw character data described by code and add it to the target subset(s) | |
int | decode_c03_refval_override (unsigned bits) override |
Decode the given number of bits a signed integer, to use as a new value for B table reference value. | |
void | print_last_variable_added (FILE *out) override |
Print the value(s) of the last variable(s) added to out. | |
void | print_last_attribute_added (FILE *out, Varcode code, unsigned pos) override |
Print the value(s) of the last attributes(s) with the given code added to out. | |
![]() | |
DecoderTarget (Input &in) | |
Data Fields | |
Subset & | out |
Subset where decoded variables go. | |
![]() | |
Input & | in |
Input buffer. | |
|
overridevirtual |
Decode a value that must always be the same across all datasets.
Do not add it to the output.
Implements wreport::bufr::DecoderTarget.
|
overridevirtual |
Return the reference to a subset that is receiving the data currently decoded.
For uncompressed decoders, this is the current subset. For compressed decoders, it is the first subset.
Implements wreport::bufr::DecoderTarget.