61 size_t sz_filename,
const char* filename,
bool flush_on_close,
62 long increment_len_bytes);
86 const char* defaultFilename);
94 struct ioda_group* (*createMemoryFile)(size_t,
const char*, bool,
101 struct ioda_group* (*constructFromCmdLine)(int,
char**,
const char*);
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
IODA_DL struct ioda_group * ioda_Engines_HH_createMemoryFile(size_t sz_filename, const char *filename, bool flush_on_close, long increment_len_bytes)
Create a new in-memory data store, backed by HDF5.
ioda_Engines_BackendCreateModes
Options when creating a file.
IODA_DL struct ioda_group * ioda_Engines_HH_openFile(size_t sz_filename, const char *filename, enum ioda_Engines_BackendOpenModes mode)
Open a handle to a file that is backed by HDF5.
IODA_DL struct ioda_group * ioda_Engines_ObsStore_createRootGroup()
Create a new ObsStore instance.
ioda_Engines_BackendOpenModes
Options when opening a file.
IODA_DL struct ioda_group * ioda_Engines_HH_createFile(size_t sz_filename, const char *filename, enum ioda_Engines_BackendCreateModes mode)
Create a new file using the HDF5 interface.
IODA_DL struct ioda_group * ioda_Engines_constructFromCmdLine(int argc, char **argv, const char *defaultFilename)
Function used in the ioda C examples and unit tests to construct different backends based on differen...
@ ioda_Engines_BackendCreateModes_Fail_If_Exists
Create a new file. If a file already exists at the path, fail.
@ ioda_Engines_BackendCreateModes_Truncate_If_Exists
Create a new file. If a file already exists, overwrite it.
@ ioda_Engines_BackendOpenModes_Read_Only
Open in read-only mode.
@ ioda_Engines_BackendOpenModes_Read_Write
Open in read-write mode.
Class-like encapsulation of ioda::Engines::HH functions.
Class-like encapsulation of ioda::Engines::ObsStore functions.
Class-like encapsulation of ioda::Engines functions.
struct c_ioda_engines_ObsStore ObsStore
struct c_ioda_engines_HH HH