ODB / ODC Engine.
More...
|
| file | ODC.h |
| | ODB / ODC engine.
|
| |
| file | ODC.cpp |
| | ODB / ODC engine bindings.
|
| |
ODB / ODC Engine.
◆ initODC()
| void ioda::Engines::ODC::initODC |
( |
| ) |
|
Function initializes the ODC API, just once.
Definition at line 45 of file ODC.cpp.
◆ openFile()
Import an ODB file.
- Parameters
-
| emptyStorageGroup | is the initial (empty) group, provided by another engine (ObsStore) that will be populated with the ODC data. |
Definition at line 56 of file ODC.cpp.
◆ odcMissingMessage
| const char ioda::Engines::ODC::odcMissingMessage[] |
Initial value:{
"The ODB / ODC engine is disabled. odc was "
"not found at compile time."}
Standard message when the ODC API is unavailable.
Definition at line 40 of file ODC.cpp.