Public Member Functions |
| BufrExporter (const Options &opts=Options()) |
virtual void | to_rawmsg (const Msgs &msgs, Rawmsg &msg) const |
| Encode a message.
|
virtual std::auto_ptr
< wreport::Bulletin > | make_bulletin () const |
| Create a bulletin that works with this exporter.
|
| WRExporter (const Options &opts) |
virtual void | to_bulletin (const Msgs &msgs, wreport::Bulletin &msg) const |
| Import a decoded BUFR/CREX message.
|
std::string | infer_template (const Msgs &msgs) const |
| Infer a template name from the message contents.
|
| Exporter (const Options &opts) |
Additional Inherited Members |
static std::auto_ptr< Exporter > | create (Encoding type, const Options &opts=Options()) |
| Instantiate the right importer for the given type.
|
Options | opts |
Member Function Documentation
virtual std::auto_ptr<wreport::Bulletin> dballe::msg::BufrExporter::make_bulletin |
( |
| ) |
const |
|
virtual |
Create a bulletin that works with this exporter.
- Returns
- the bulletin, or NULL of this is an exporter for a format not covered by Bulletin
Reimplemented from dballe::msg::Exporter.
virtual void dballe::msg::BufrExporter::to_rawmsg |
( |
const Msgs & |
msgs, |
|
|
Rawmsg & |
msg |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following file: