![]() |
NetCDF
4.9.3
|
Functions | |
| static int | check_create_mode (int mode) |
| Check the create mode parameter for sanity. More... | |
| int | nc__pseudofd (void) |
| int | NC_create (const char *path0, int cmode, size_t initialsz, int basepe, size_t *chunksizehintp, int useparallel, void *parameters, int *ncidp) |
| int | NC_open (const char *path0, int omode, int basepe, size_t *chunksizehintp, int useparallel, void *parameters, int *ncidp) |
Variables | |
| static int | pseudofd = 0 |
|
static |
Check the create mode parameter for sanity.
Some create flags cannot be used if corresponding library features are enabled during the build. This function does a pre-check of the mode flag before calling the dispatch layer nc_create functions.
| mode | The creation mode flag. |