1 #ifndef WREPORT_BULLETIN_DDS_PRINTER_H
2 #define WREPORT_BULLETIN_DDS_PRINTER_H
4 #include <wreport/bulletin.h>
5 #include <wreport/bulletin/internals.h>
17 std::vector<Varcode> stack;
21 void print_context(
Varinfo info,
unsigned var_pos);
22 void print_context(
Varcode code,
unsigned var_pos);
23 void print_attr(
Varinfo info,
unsigned var_pos);
void define_substituted_value(unsigned pos) override
Request processing of a substituted value corresponding to position pos in the list or previous varia...
DDSPrinter(const Bulletin &b, FILE *out, unsigned subset_idx)
Create a new DDS printer.
void r_replication(Varcode code, Varcode delayed_code, const Opcodes &ops) override
Handle a replicated section.
void define_bitmap(unsigned bitmap_size) override
Request processing of a data present bitmap.
void encode_var(Varinfo info, const Var &var) override
Encode a variable.
void run_d_expansion(Varcode code) override
Executes the expansion of code, which has been put on top of the opcode stack.
void define_raw_character_data(Varcode code) override
Request processing of C05yyy raw character data.
Information about a variable.
Definition: varinfo.h:137
Sequence of opcodes, as a slice of a Varcode vector.
Definition: opcodes.h:20
uint16_t Varcode
Holds the WMO variable code of a variable.
Definition: fwd.h:12
Storage for the decoded data of a BUFR or CREX message.
Definition: bulletin.h:30
Interpreter that prints the bulletin contents and its structure.
Definition: dds-printer.h:16
A physical variable.
Definition: var.h:25
void define_attribute(Varinfo info, unsigned pos) override
Request processing of an attribute encoded with info, related to the variable as position pos in the ...
Base Interpreter specialisation for message encoders that works on a subset at a time.
Definition: internals.h:23
void encode_associated_field(const Var &var) override
Encode an attribute for an associated field.
String functions.
Definition: benchmark.h:13