ocssw
V2022
|
bin_util.h
Go to the documentation of this file.
97 int read_binList(int n_elem, int32_t vdata_id_binlist, binListStruct* binList, l3::L3Shape *shape);
Definition: L3Shape.h:18
Definition: bin_io.cpp:23
Definition: bin_util.h:40
Definition: bin_util.h:54
int create_compound(hid_t group_id, const char *dataset_name, hid_t *dataset_id, hid_t *type_id, size_t typesize, int32_t n_flds, char const *const fldname[], size_t offset[], hid_t type[], hid_t *filespace, hid_t dataspace)
Definition: bin_util.cpp:262
int write_prodData(int n_elem, int32_t vdata_id_proddata, float *data, binListStruct *binList)
Definition: bin_util.cpp:202
int write_binList(int n_elem, int32_t vdata_id_binlist, binListStruct *binList)
Definition: bin_util.cpp:163
Definition: bin_util.h:66
int create_vdata(int32_t fileid, int32_t vgid, int32_t *vdata_id, const char *vdata_name, const char *class_name, int32_t n_flds, char const *const fldname[], int32_t type[], int32_t noext, int32_t *aid)
Definition: bin_util.cpp:10
Definition: bin_util.h:74
int32_t write_vdata(int vdata_id, int32_t n_recs_to_write, void *data)
Definition: bin_util.cpp:105
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude data
Definition: HISTORY.txt:356
Definition: bin_util.h:47
Definition: bin_util.h:82
int read_binList(int n_elem, int32_t vdata_id_binlist, binListStruct *binList, l3::L3Shape *shape)
Definition: bin_util.cpp:118
Definition: bin_util.h:30
int copy_prodData(int n_elem, int32_t *binsToCopy, char const *const fldname3[], int32_t in_vdata_id_proddata, int32_t out_vdata_id_proddata)
Definition: bin_util.cpp:229