Description of the data to be read from a BUFR file and how to expose that data to the outside world.
More...
#include <BufrDescription.h>
Description of the data to be read from a BUFR file and how to expose that data to the outside world.
Definition at line 27 of file BufrDescription.h.
◆ BufrDescription() [1/2]
Ingester::BufrDescription::BufrDescription |
( |
| ) |
|
|
default |
◆ BufrDescription() [2/2]
Ingester::BufrDescription::BufrDescription |
( |
const eckit::Configuration & |
conf | ) |
|
|
explicit |
◆ addMnemonicSet()
void Ingester::BufrDescription::addMnemonicSet |
( |
const BufrMnemonicSet & |
mnemonicSet | ) |
|
◆ filepath()
std::string Ingester::BufrDescription::filepath |
( |
| ) |
const |
|
inline |
◆ getExport()
Export Ingester::BufrDescription::getExport |
( |
| ) |
const |
|
inline |
◆ getMnemonicSets()
std::vector<BufrMnemonicSet> Ingester::BufrDescription::getMnemonicSets |
( |
| ) |
const |
|
inline |
◆ isWmoFormat()
bool Ingester::BufrDescription::isWmoFormat |
( |
| ) |
const |
|
inline |
◆ setExport()
void Ingester::BufrDescription::setExport |
( |
const Export & |
newExport | ) |
|
|
inline |
◆ setFilepath()
void Ingester::BufrDescription::setFilepath |
( |
const std::string & |
filepath | ) |
|
|
inline |
◆ setIsWmoFormat()
void Ingester::BufrDescription::setIsWmoFormat |
( |
bool |
isWmoFormat | ) |
|
|
inline |
◆ setTablepath()
void Ingester::BufrDescription::setTablepath |
( |
const std::string & |
tablepath | ) |
|
|
inline |
◆ tablepath()
std::string Ingester::BufrDescription::tablepath |
( |
| ) |
const |
|
inline |
◆ export_
Export Ingester::BufrDescription::export_ |
|
private |
◆ filepath_
std::string Ingester::BufrDescription::filepath_ |
|
private |
Specifies the relative path to the BUFR file to read.
Definition at line 55 of file BufrDescription.h.
◆ isWmoFormat_
bool Ingester::BufrDescription::isWmoFormat_ |
|
private |
Does the bufr file use the standard BUFR format (no NCEP table data in file).
Definition at line 58 of file BufrDescription.h.
◆ mnemonicSets_
Sets of mnemonic strings for the data to read.
Definition at line 52 of file BufrDescription.h.
◆ tablepath_
std::string Ingester::BufrDescription::tablepath_ |
|
private |
Specifies the relative path to the master tables (applies to std BUFR files).
Definition at line 61 of file BufrDescription.h.
The documentation for this class was generated from the following files: