OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
hdfio.c File Reference
#include <string.h>
#include "hdfio.h"
Include dependency graph for hdfio.c:

Go to the source code of this file.

Functions

int hdfio_open (char *fname, hdfio_struc *hdfinfo)
 
int hdfio_rd_gattr (hdfio_struc hdfinfo, char *name, int32 n_type, int32 count, void *data)
 
int hdfio_rd_sd (hdfio_struc hdfinfo, char *arr_name, void *array)
 
void hdfio_close (hdfio_struc hdfinfo)
 

Function Documentation

◆ hdfio_close()

void hdfio_close ( hdfio_struc  hdfinfo)

Definition at line 223 of file hdfio.c.

◆ hdfio_open()

int hdfio_open ( char *  fname,
hdfio_struc *  hdfinfo 
)

Definition at line 16 of file hdfio.c.

◆ hdfio_rd_gattr()

int hdfio_rd_gattr ( hdfio_struc  hdfinfo,
char *  name,
int32  n_type,
int32  count,
void *  data 
)

Definition at line 62 of file hdfio.c.

◆ hdfio_rd_sd()

int hdfio_rd_sd ( hdfio_struc  hdfinfo,
char *  arr_name,
void *  array 
)

Definition at line 142 of file hdfio.c.