IODA
|
C bindings for ioda::VariableCreationParameters, used in ioda::Has_Variables::create. More...
Go to the source code of this file.
Classes | |
struct | c_variable_creation_parameters |
Class-like encapsulation of C variable creation parameters functions. More... | |
Macros | |
#define | IODA_VCP_FILL_TEMPLATE2(funcnamestr, typ) void (*funcnamestr)(struct ioda_variable_creation_parameters*, typ); |
Set fill value | |
#define | IODA_VCP_FILL_TEMPLATE(funcnamestr, typ) IODA_DL void funcnamestr(struct ioda_variable_creation_parameters* params, typ data); |
Sets a template for the fill value functions. More... | |
C_TEMPLATE_FUNCTION_DEFINITION_NOSTR (ioda_variable_creation_parameters_setFillValue, IODA_VCP_FILL_TEMPLATE) | |
C bindings for ioda::VariableCreationParameters, used in ioda::Has_Variables::create.
Definition in file Variable_Creation_Parameters_c.h.