|
ocssw
V2022
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "hdf.h"#include "mfhdf.h"
Include dependency graph for wr_vdata.c:
Go to the source code of this file.
Macros | |
| #define | MAXNVDATA 128 |
Functions | |
| int32 | wr_vdata (char *outname, int32 fileid_w, int32 vgid, char *name, char *class1, int32 n_flds, int32 n_recs_to_write, char *fldname[], int32 type[], int32 noext, uint8 *data, int32 verbose) |
Macro Definition Documentation
◆ MAXNVDATA
| #define MAXNVDATA 128 |
Definition at line 9 of file wr_vdata.c.
Function Documentation
◆ wr_vdata()
| int32 wr_vdata | ( | char * | outname, |
| int32 | fileid_w, | ||
| int32 | vgid, | ||
| char * | name, | ||
| char * | class1, | ||
| int32 | n_flds, | ||
| int32 | n_recs_to_write, | ||
| char * | fldname[], | ||
| int32 | type[], | ||
| int32 | noext, | ||
| uint8 * | data, | ||
| int32 | verbose | ||
| ) |
Definition at line 11 of file wr_vdata.c.


