|
libdballe
6.8
|
Public Member Functions | |
| BufrExporter (const Options &opts=Options()) | |
| virtual void | to_rawmsg (const Msgs &msgs, Rawmsg &msg) const |
| Encode a message. More... | |
| virtual std::auto_ptr < wreport::Bulletin > | make_bulletin () const |
| Create a bulletin that works with this exporter. More... | |
Public Member Functions inherited from dballe::msg::WRExporter | |
| 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. | |
Public Member Functions inherited from dballe::msg::Exporter | |
| Exporter (const Options &opts) | |
Additional Inherited Members | |
Static Public Member Functions inherited from dballe::msg::Exporter | |
| static std::auto_ptr< Exporter > | create (Encoding type, const Options &opts=Options()) |
| Instantiate the right importer for the given type. | |
Protected Attributes inherited from dballe::msg::Exporter | |
| Options | opts |
|
virtual |
Create a bulletin that works with this exporter.
Reimplemented from dballe::msg::Exporter.
Encode a message.
| msgs | Message to encode |
| rmsg | The resulting Rawmsg |
Implements dballe::msg::Exporter.
1.8.8