OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2_hdf_generic.h
Go to the documentation of this file.
1 #ifndef _L2_HDF_GENERIC_H
2 #define _L2_HDF_GENERIC_H
3 
4 #include <stdint.h>
5 #include "l2_struc.h"
6 #include "filehandle.h"
7 
8 int closel2_hdf(filehandle *l2file);
9 int openl2_hdf(filehandle *l2file);
10 int writel2_hdf(filehandle *l2file, int32_t recnum, l2str *l2rec);
11 
12 #endif
int writel2_hdf(filehandle *l2file, int32_t recnum, l2str *l2rec)
read recnum
int openl2_hdf(filehandle *l2file)
int closel2_hdf(filehandle *l2file)
int32 l2file(int32 sdfid, int32 *nsamp, int32 *nscans, char *dtype)
Definition: l2stat_chk.c:313