1 #ifndef WREPORT_BULLETIN_INTERNALS_H
2 #define WREPORT_BULLETIN_INTERNALS_H
5 #include <wreport/opcodes.h>
6 #include <wreport/bulletin/interpreter.h>
const Var & peek_var()
Get the next variable, without incrementing current_var.
unsigned current_var
Index of the next variable to be visited.
Definition: internals.h:27
void define_variable(Varinfo info) override
Request processing, according to info, of a data variable.
virtual void encode_var(Varinfo info, const Var &var)
Encode a variable.
Represent a BUFR/CREX data subset as a list of decoded variables.
Definition: subset.h:13
virtual void encode_associated_field(const Var &var)
Encode an attribute for an associated field.
Information about a variable.
Definition: varinfo.h:137
const Subset & current_subset
Current subset (used to refer to past variables)
Definition: internals.h:25
unsigned define_delayed_replication_factor(Varinfo info) override
Request processing, according to info, of a data variabile that is significant for controlling the en...
Storage for the decoded data of a BUFR or CREX message.
Definition: bulletin.h:30
unsigned define_associated_field_significance(Varinfo info) override
Request processing of an associated field significance variable (B31021).
Interpreter for data descriptor sections.
Definition: interpreter.h:26
void define_variable_with_associated_field(Varinfo info) override
Request processing, according to info, of a data variable.
A physical variable.
Definition: var.h:25
Base Interpreter specialisation for message encoders that works on a subset at a time.
Definition: internals.h:23
const Var & get_var()
Get the next variable, incrementing current_var by 1.
const Var & get_var(unsigned pos) const
Get the variable at the given position.
unsigned define_bitmap_delayed_replication_factor(Varinfo info) override
Request processing of a delayed replication factor variable used to encode the size of a bitmap.
Implement fast access to information about WMO variables.
String functions.
Definition: benchmark.h:13
void define_bitmap(unsigned bitmap_size) override
Request processing of a data present bitmap.