39 #define slin(x) sslin(x)
42 errlin = "Error in " __FILE__ " at line " slin(__LINE__) ".\n"; \
46 int main(
int argc,
char** argv) {
48 const char* errlin = NULL;
75 if (g3_list->
n != 1)
doErr;
78 if (g4_list->n != 2)
doErr;
90 printf(
"%s", (errlin) ? errlin :
"An unknown error has occurred somewhere.");
C bindings for ioda::Engines
C bindings for ioda::Group
Common preprocessor definitions used throughout IODA.
int main(int argc, char **argv)
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_DL void ioda_group_destruct(struct ioda_group *grp)
Frees a ioda_group.
IODA_DL struct ioda_string_ret_t * ioda_group_list(const struct ioda_group *grp)
Lists all one-level child groups.
IODA_DL int ioda_group_exists(const struct ioda_group *base, size_t child_sz, const char *child)
Check if a group exists.
IODA_DL struct ioda_group * ioda_group_create(struct ioda_group *base, size_t sz, const char *name)
Create a group.
IODA_DL struct ioda_group * ioda_group_open(const struct ioda_group *base, size_t sz, const char *name)
Open a group.
IODA_DL void ioda_string_ret_t_destruct(struct ioda_string_ret_t *)
Deallocate a returned string object.
Return type when arrays of strings are encountered.