|
sds_id
|
IN:
|
SD interface identifier returned from SDstart
|
|
cdef
|
IN:
|
Union containing information on how the chunks are to be defined
|
|
flags
|
IN:
|
Flags determining the behavior of the routine
|
typedef union hdf_chunk_def_u {
int32 chunk_lengths[MAX_VAR_DIMS];
struct {
int32 chunk_lengths[MAX_VAR_DIMS];
int32 comp_type;
comp_info cinfo;
} comp;
} HDF_CHUNK_DEF