OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
hdfio.h File Reference
#include "hdf.h"
#include "mfhdf.h"
Include dependency graph for hdfio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdfio_struc
 

Functions

int hdfio_rd_sd (hdfio_struc, char *, void *)
 
int hdfio_open (char *, hdfio_struc *)
 
int hdfio_rd_gattr (hdfio_struc, char *, int32, int32, void *)
 
void hdfio_close (hdfio_struc)
 

Function Documentation

◆ hdfio_close()

void hdfio_close ( hdfio_struc  )

Definition at line 223 of file hdfio.c.

◆ hdfio_open()

int hdfio_open ( char *  ,
hdfio_struc *   
)

Definition at line 16 of file hdfio.c.

◆ hdfio_rd_gattr()

int hdfio_rd_gattr ( hdfio_struc  ,
char *  ,
int32  ,
int32  ,
void *   
)

Definition at line 62 of file hdfio.c.

◆ hdfio_rd_sd()

int hdfio_rd_sd ( hdfio_struc  ,
char *  ,
void *   
)

Definition at line 142 of file hdfio.c.