ASCOT5
|
Header file for hdf5_nbi.c. More...
Go to the source code of this file.
Functions | |
int | hdf5_nbi_init (hid_t f, nbi_data *data, char *qid) |
Initialize NBI offload data from HDF5 file. | |
Header file for hdf5_nbi.c.
Definition in file hdf5_nbi.h.
int hdf5_nbi_init | ( | hid_t | f, |
nbi_data * | data, | ||
char * | qid ) |
Initialize NBI offload data from HDF5 file.
f | HDF5 file identifier for a file which is opened and closed outside of this function |
data | pointer to the data struct which is initialized here |
qid | QID of the data that is to be read |
Definition at line 25 of file hdf5_nbi.c.