Defenition of BUFR mnemonics and associated channels of interest.
More...
#include <BufrMnemonicSet.h>
|
static std::string | makeMnemonicsStr (std::vector< std::string > mnemonics) |
| Concatinates mnemonics into a space seperated string. More...
|
|
Defenition of BUFR mnemonics and associated channels of interest.
Definition at line 18 of file BufrMnemonicSet.h.
◆ BufrMnemonicSet()
Ingester::BufrMnemonicSet::BufrMnemonicSet |
( |
const std::vector< std::string > & |
mnemonics, |
|
|
const Channels & |
channels = {1} |
|
) |
| |
|
explicit |
◆ getChannels()
Channels Ingester::BufrMnemonicSet::getChannels |
( |
| ) |
const |
|
inline |
◆ getMaxColumn()
size_t Ingester::BufrMnemonicSet::getMaxColumn |
( |
| ) |
const |
|
inline |
◆ getMnemonics()
std::vector<std::string> Ingester::BufrMnemonicSet::getMnemonics |
( |
| ) |
const |
|
inline |
◆ getMnemonicsStr()
std::string Ingester::BufrMnemonicSet::getMnemonicsStr |
( |
| ) |
const |
|
inline |
◆ getSize()
size_t Ingester::BufrMnemonicSet::getSize |
( |
| ) |
const |
|
inline |
◆ makeMnemonicsStr()
std::string Ingester::BufrMnemonicSet::makeMnemonicsStr |
( |
std::vector< std::string > |
mnemonics | ) |
|
|
staticprivate |
◆ channels_
const Channels Ingester::BufrMnemonicSet::channels_ |
|
private |
Collection of channels to read for each mnemonic.
Definition at line 39 of file BufrMnemonicSet.h.
◆ maxColumn_
const size_t Ingester::BufrMnemonicSet::maxColumn_ |
|
private |
◆ mnemonics_
const std::vector<std::string> Ingester::BufrMnemonicSet::mnemonics_ |
|
private |
◆ mnemonicsStr_
const std::string Ingester::BufrMnemonicSet::mnemonicsStr_ |
|
private |
String of assembled mnemonics to use when reading from the buffer interface.
Definition at line 36 of file BufrMnemonicSet.h.
The documentation for this class was generated from the following files: