NASA Logo
Ocean Color Science Software

ocssw V2022
l1_octs_netcdf.h
Go to the documentation of this file.
1 #ifndef _L1_OCTS_NETCDF_H
2 #define _L1_OCTS_NETCDF_H
3 
4 #include <stdint.h>
5 #include "filehandle.h"
6 #include "l1.h"
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 int32_t openl1_octs_netcdf(filehandle *l1file);
13 int32_t readl1_octs_netcdf(filehandle *l1file, int32_t recnum, l1str *l1rec);
14 int32_t closel1_octs_netcdf(filehandle *l1file);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif
21 
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
read l1rec
read recnum
int32_t closel1_octs_netcdf(filehandle *l1file)
int32_t openl1_octs_netcdf(filehandle *l1file)
int32_t readl1_octs_netcdf(filehandle *l1file, int32_t recnum, l1str *l1rec)