IODA
ODB / ODC Engine

ODB / ODC Engine. More...

Collaboration diagram for ODB / ODC Engine:

Files

file  ODC.h
 ODB / ODC engine.
 
file  ODC.cpp
 ODB / ODC engine bindings.
 

Classes

struct  ioda::Engines::ODC::ODC_Parameters
 Encapsulate the parameters to make calling simpler. More...
 

Functions

IODA_DL ObsGroup ioda::Engines::ODC::openFile (const ODC_Parameters &params, Group emptyStorageGroup=ioda::Engines::ObsStore::createRootGroup())
 Import an ODB file. More...
 
void ioda::Engines::ODC::initODC ()
 Function initializes the ODC API, just once. More...
 

Variables

const char ioda::Engines::ODC::odcMissingMessage []
 Standard message when the ODC API is unavailable. More...
 

Detailed Description

ODB / ODC Engine.

Function Documentation

◆ initODC()

void ioda::Engines::ODC::initODC ( )

Function initializes the ODC API, just once.

Definition at line 45 of file ODC.cpp.

Here is the caller graph for this function:

◆ openFile()

ObsGroup ioda::Engines::ODC::openFile ( const ODC_Parameters params,
Group  emptyStorageGroup = ioda::Engines::ObsStore::createRootGroup() 
)

Import an ODB file.

Parameters
emptyStorageGroupis 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.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ 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.