63 #define IODA_VCP_FILL_TEMPLATE(funcnamestr, typ) \
64 IODA_DL void funcnamestr(struct ioda_variable_creation_parameters* params, typ data);
135 #define IODA_VCP_FILL_TEMPLATE2(funcnamestr, typ) \
136 void (*funcnamestr)(struct ioda_variable_creation_parameters*, typ);
C bindings interface to templated C++ ioda classes and functions.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
IODA_DL void ioda_variable_creation_parameters_compressWithGZIP(struct ioda_variable_creation_parameters *params, int level)
Compress with GZIP.
IODA_DL void ioda_variable_creation_parameters_chunking(struct ioda_variable_creation_parameters *params, bool doChunking, size_t Ndims, const ptrdiff_t *chunks)
Set chunking options.
void(* destruct)(struct ioda_variable_creation_parameters *)
void(* compressWithGZIP)(struct ioda_variable_creation_parameters *, int)
#define IODA_VCP_FILL_TEMPLATE2(funcnamestr, typ)
void(* compressWithSZIP)(struct ioda_variable_creation_parameters *, unsigned, unsigned)
IODA_DL void ioda_variable_creation_parameters_compressWithSZIP(struct ioda_variable_creation_parameters *params, unsigned PixelsPerBlock, unsigned options)
Compress with SZIP.
void(* chunking)(struct ioda_variable_creation_parameters *, bool, size_t, const ptrdiff_t *)
C_TEMPLATE_FUNCTION_DEFINITION_NOSTR(setFillValue, IODA_VCP_FILL_TEMPLATE2)
#define IODA_VCP_FILL_TEMPLATE(funcnamestr, typ)
Sets a template for the fill value functions.
IODA_DL void ioda_variable_creation_parameters_noCompress(struct ioda_variable_creation_parameters *params)
Disable compression.
IODA_DL void ioda_variable_creation_parameters_destruct(struct ioda_variable_creation_parameters *params)
Deallocates variable creation parameters.
IODA_DL struct ioda_variable_creation_parameters * ioda_variable_creation_parameters_create()
Allocates a new variable creation parameters instance.
C_TEMPLATE_FUNCTION_DEFINITION_NOSTR(ioda_variable_creation_parameters_setFillValue, IODA_VCP_FILL_TEMPLATE)
IODA_DL struct ioda_variable_creation_parameters * ioda_variable_creation_parameters_clone(const struct ioda_variable_creation_parameters *source)
Make a copy of an existing variable creation parameters object.
void(* noCompress)(struct ioda_variable_creation_parameters *)
Class-like encapsulation of C variable creation parameters functions.