libdballe 5.10
|
Public Member Functions | |
CrexExporter (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. |
virtual std::auto_ptr<wreport::Bulletin> dballe::msg::CrexExporter::make_bulletin | ( | ) | const [virtual] |
Create a bulletin that works with this exporter.
Reimplemented from dballe::msg::Exporter.
virtual void dballe::msg::CrexExporter::to_rawmsg | ( | const Msgs & | msgs, |
Rawmsg & | msg | ||
) | const [virtual] |
Encode a message.
msgs | Message to encode |
rmsg | The resulting Rawmsg |
Implements dballe::msg::Exporter.