libdballe
7.29
|
Public Member Functions | |
CrexExporter (const Options &opts=Options()) | |
virtual std::string | to_binary (const Messages &msgs) const |
Encode a message. More... | |
virtual std::unique_ptr < wreport::Bulletin > | make_bulletin () const |
Create a bulletin that works with this exporter. More... | |
![]() | |
WRExporter (const Options &opts) | |
std::unique_ptr < wreport::Bulletin > | to_bulletin (const Messages &msgs) const override |
Import a decoded BUFR/CREX message. | |
std::unique_ptr< wr::Template > | infer_template (const Messages &msgs) const |
Infer a template name from the message contents. | |
![]() | |
Exporter (const Options &opts) | |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< Exporter > | create (File::Encoding type, const Options &opts=Options()) |
Instantiate the right importer for the given type. | |
![]() | |
Options | opts |
|
virtual |
Create a bulletin that works with this exporter.
Reimplemented from dballe::msg::Exporter.
|
virtual |
Encode a message.
msgs | Message to encode |
rmsg | The resulting BinaryMessage |
Implements dballe::msg::Exporter.