23 #ifndef WREPORT_BULLETIN_DDS_VALIDATOR_H
24 #define WREPORT_BULLETIN_DDS_VALIDATOR_H
27 #include <wreport/bulletin/internals.h>
DDSValidator(const Bulletin &b)
Create a new DDS validator.
bulletin::Visitor that checks if the data that has been added to the bulletin subsets can actualy be ...
Definition: dds-validator.h:38
Holds a wreport variable.
Definition: var.h:50
Intermediate representation of parsed values, ordered according to a BUFR or CREX message template...
Common bulletin::Visitor base for visitors that do not modify the bulletin.
Definition: internals.h:278
virtual void do_associated_field(unsigned bit_count, unsigned significance)
Request processing of bit_count bits of associated field with the given significance.
Storage for the decoded data of a BUFR or CREX message.
Definition: bulletin.h:63
virtual const Var & do_semantic_var(Varinfo info)
Request processing, according to info, of a data variabile that is significant for controlling the en...
short unsigned int Varcode
Holds the WMO variable code of a variable.
Definition: varinfo.h:78
Main namespace.
Definition: buffers.h:30
Smart pointer to handle/use varinfos.
Definition: varinfo.h:336
virtual void do_char_data(Varcode code)
Request processing of C05yyy character data.
virtual void do_var(Varinfo info)
Request processing, according to info, of a data variable.
virtual void do_attr(Varinfo info, unsigned var_pos, Varcode attr_code)
Request processing, according to info, of the attribute attr_code of the variable in position var_pos...