libdballe
7.19
|
Public Member Functions | |
WMOImporter (const msg::Importer::Options &opts) | |
![]() | |
Importer (const msg::Importer::Options &opts) | |
virtual MsgType | scanType (const wreport::Bulletin &bulletin) const =0 |
void | import (const wreport::Subset &subset, Msg &msg) |
Protected Member Functions | |
void | import_var (const wreport::Var &var) |
void | init () override |
![]() | |
virtual void | run ()=0 |
void | set (const wreport::Var &var, int shortcut) |
void | set (const wreport::Var &var, wreport::Varcode code, const Level &level, const Trange &trange) |
Protected Attributes | |
unsigned | pos |
![]() | |
const msg::Importer::Options & | opts |
const wreport::Subset * | subset |
Msg * | msg |
int | ye |
int | mo |
int | da |
int | ho |
int | mi |
int | se |
Additional Inherited Members | |
![]() | |
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 &) |