libwreport  3.29
Public Member Functions | Data Fields | Protected Member Functions
wreport::bufr::VerboseDataSectionDecoder Struct Reference
Inheritance diagram for wreport::bufr::VerboseDataSectionDecoder:
wreport::bufr::DataSectionDecoder wreport::bulletin::Interpreter

Public Member Functions

 VerboseDataSectionDecoder (Bulletin &bulletin, DecoderTarget &target, FILE *out)
 
void b_variable (Varcode code) override
 Notify of a B variable entry. More...
 
void c_modifier (Varcode code, Opcodes &next) override
 Notify of a C modifier. More...
 
void r_replication (Varcode code, Varcode delayed_code, const Opcodes &ops) override
 Handle a replicated section. More...
 
void run_d_expansion (Varcode code) override
 Executes the expansion of code, which has been put on top of the opcode stack. More...
 
unsigned define_delayed_replication_factor (Varinfo info) override
 Request processing, according to info, of a data variabile that is significant for controlling the encoding process. More...
 
unsigned define_associated_field_significance (Varinfo info) override
 Request processing of an associated field significance variable (B31021). More...
 
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. More...
 
void define_c03_refval_override (Varcode code) override
 Request processing of a new value for the reference value of the given B code.
 
void define_bitmap (unsigned bitmap_size) override
 Request processing of a data present bitmap. More...
 
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 list of previous variables.
 
void define_substituted_value (unsigned pos) override
 Request processing of a substituted value corresponding to position pos in the list or previous variables.
 
void define_variable (Varinfo info) override
 Request processing, according to info, of a data variable.
 
void define_variable_with_associated_field (Varinfo info) override
 Request processing, according to info, of a data variable.
 
void define_raw_character_data (Varcode code) override
 Request processing of C05yyy raw character data.
 
- Public Member Functions inherited from wreport::bufr::DataSectionDecoder
 DataSectionDecoder (Bulletin &bulletin, DecoderTarget &target)
 
- Public Member Functions inherited from wreport::bulletin::Interpreter
 Interpreter (const Tables &tables, const Opcodes &opcodes)
 
 Interpreter (const Interpreter &)=delete
 
Interpreteroperator= (const Interpreter &)=delete
 
void run ()
 Run the interpreter.
 
virtual void r_bitmap (Varcode code, Varcode delayed_code, const Opcodes &ops)
 Handle a replicated section which defines a bitmap.
 
virtual void run_r_repetition (unsigned cur, unsigned total)
 Executes a repetition of the opcodes on top of the stack. More...
 

Data Fields

FILE * out
 
unsigned indent = 0
 Current indent level. More...
 
unsigned indent_step = 2
 How many spaces in an indentation level.
 
- Data Fields inherited from wreport::bufr::DataSectionDecoder
DecoderTargettarget
 
- Data Fields inherited from wreport::bulletin::Interpreter
const Tablestables
 
std::stack< Opcodesopcode_stack
 
Bitmaps bitmaps
 Bitmap iteration.
 
AssociatedField associated_field
 Current associated field state.
 
int c_scale_change = 0
 Current value of scale change from C modifier.
 
int c_width_change = 0
 Current value of width change from C modifier.
 
int c_scale_ref_width_increase = 0
 Increase of scale, reference value and data width.
 
int c_string_len_override = 0
 Current value of string length override from C08 modifiers (0 for no override)
 
std::map< wreport::Varcode, uint32_t > c03_refval_overrides
 Current reference value overrides.
 
unsigned c03_refval_override_bits = 0
 Set to the number of reference value override bits while reading the override values.
 

Protected Member Functions

void print_lead (Varcode code)
 Print line lead (indentation and formatted code) More...
 
void print_lead_continued ()
 
- Protected Member Functions inherited from wreport::bulletin::Interpreter
Varinfo get_varinfo (Varcode code)
 Return a Varinfo for the given Varcode, applying all relevant C modifications that are currently active.
 

Additional Inherited Members

- Static Public Member Functions inherited from wreport::bulletin::Interpreter
static void print_c_modifier (FILE *out, Varcode code, Opcodes &nex)
 Print a description of this C modifier.
 

Member Function Documentation

◆ b_variable()

void wreport::bufr::VerboseDataSectionDecoder::b_variable ( Varcode  code)
overridevirtual

Notify of a B variable entry.

Parameters
codeThe B variable code

Reimplemented from wreport::bulletin::Interpreter.

◆ c_modifier()

void wreport::bufr::VerboseDataSectionDecoder::c_modifier ( Varcode  code,
Opcodes next 
)
overridevirtual

Notify of a C modifier.

Whenever the modifier is a supported one, this is followed by an invocation of one of the specific c_* methods.

Parameters
codeThe C modifier code

Reimplemented from wreport::bulletin::Interpreter.

◆ define_associated_field_significance()

unsigned wreport::bufr::VerboseDataSectionDecoder::define_associated_field_significance ( Varinfo  info)
overridevirtual

Request processing of an associated field significance variable (B31021).

Returns
the associated field significance value

Reimplemented from wreport::bufr::DataSectionDecoder.

◆ define_bitmap()

void wreport::bufr::VerboseDataSectionDecoder::define_bitmap ( unsigned  bitmap_size)
overridevirtual

Request processing of a data present bitmap.

Parameters
codeThe C modifier code that defines the bitmap
rep_codeThe R replicator that defines the bitmap
delayed_codeThe B delayed replicator that defines the bitmap length (it is 0 if the length is encoded in the YYY part of rep_code
opsThe replicated opcodes that define the bitmap
Returns
The bitmap that has been processed.

Reimplemented from wreport::bufr::DataSectionDecoder.

◆ define_bitmap_delayed_replication_factor()

unsigned wreport::bufr::VerboseDataSectionDecoder::define_bitmap_delayed_replication_factor ( Varinfo  info)
overridevirtual

Request processing of a delayed replication factor variable used to encode the size of a bitmap.

Returns
the repetition count

Reimplemented from wreport::bufr::DataSectionDecoder.

◆ define_delayed_replication_factor()

unsigned wreport::bufr::VerboseDataSectionDecoder::define_delayed_replication_factor ( Varinfo  info)
overridevirtual

Request processing, according to info, of a data variabile that is significant for controlling the encoding process.

This means that the variable has always the same value on all datasets (in case of compressed datasets), and that the interpreter needs to know its value.

Returns
the value of the variable, or 0xffffffff if it is unset

Reimplemented from wreport::bufr::DataSectionDecoder.

◆ print_lead()

void wreport::bufr::VerboseDataSectionDecoder::print_lead ( Varcode  code)
protected

Print line lead (indentation and formatted code)

Parameters
codeCode to format in the line lead

◆ r_replication()

void wreport::bufr::VerboseDataSectionDecoder::r_replication ( Varcode  code,
Varcode  delayed_code,
const Opcodes ops 
)
overridevirtual

Handle a replicated section.

Parameters
codeThe R replication code
delayed_codeThe delayed replication B code, or 0 if delayed replication is not used
opsThe replicated operators

Reimplemented from wreport::bulletin::Interpreter.

◆ run_d_expansion()

void wreport::bufr::VerboseDataSectionDecoder::run_d_expansion ( Varcode  code)
overridevirtual

Executes the expansion of code, which has been put on top of the opcode stack.

By default it just calls run(), but it can be overridden to execute operations before and after.

Parameters
codeThe D code that is being run

Reimplemented from wreport::bulletin::Interpreter.

Field Documentation

◆ indent

unsigned wreport::bufr::VerboseDataSectionDecoder::indent = 0

Current indent level.

It defaults to 0 in a newly created Printer. You can set it to some other value to indent all the output by the given amount of spaces


The documentation for this struct was generated from the following file: