|
libdballe
7.7
|
Public Member Functions | |
| Importer (const msg::Importer::Options &opts) | |
| virtual MsgType | scanType (const wreport::Bulletin &bulletin) const =0 |
| void | import (const wreport::Subset &subset, Msg &msg) |
Static Public Member Functions | |
| static std::unique_ptr< Importer > | createSynop (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createShip (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createMetar (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createTemp (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createPilot (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createFlight (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createSat (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createPollution (const msg::Importer::Options &) |
| static std::unique_ptr< Importer > | createGeneric (const msg::Importer::Options &) |
Protected Member Functions | |
| virtual void | init () |
| virtual void | run ()=0 |
Protected Attributes | |
| const msg::Importer::Options & | opts |
| const wreport::Subset * | subset |
| Msg * | msg |
| int | ye |
| int | mo |
| int | da |
| int | ho |
| int | mi |
| int | se |
1.8.9.1