libdballe
7.29
|
Public Member Functions | |
virtual bool | operator() (const cmdline::Item &item) |
Convert the item as configured in the Converter, and write it to the output file. | |
Public Attributes | |
File * | file |
const char * | dest_rep_memo |
const char * | dest_template |
bool | bufr2netcdf_categories |
msg::Exporter * | exporter |
Protected Member Functions | |
void | process_bufrex_msg (const BinaryMessage &orig, const wreport::Bulletin &msg) |
Perform conversion at the encoding level only (e.g. More... | |
void | process_dba_msg (const BinaryMessage &orig, const Messages &msgs) |
Perform conversion of decoded data, auto-inferring type/subtype/localsubtype from the Messages contents. | |
void | process_dba_msg_from_bulletin (const BinaryMessage &orig, const wreport::Bulletin &bulletin, const Messages &msgs) |
Perform conversion of decded data, using the original bulletin for type/subtype/localsubtype information. | |
|
protected |
Perform conversion at the encoding level only (e.g.
BUFR->CREX)
orig | Original BinaryMessage used for its source information, to report errors |
msg | Decoded wreport::Bulletin to to convert |