A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
oel_hdf4
libl1
filehdr_struc.h
Go to the documentation of this file.
1
#ifndef _FILEHDR_STRUC_H
2
#define _FILEHDR_STRUC_H
3
4
typedef
struct
filehdr_struct
{
5
int32_t
sensorID
;
6
int32_t
length
;
7
int32_t
npix
;
8
int32_t
format
;
9
int32_t
nscan
;
10
} filehdr;
11
12
#endif
13
14
15
filehdr_struct
Definition:
filehdr_struc.h:4
filehdr_struct::nscan
int32_t nscan
Definition:
filehdr_struc.h:9
filehdr_struct::sensorID
int32_t sensorID
Definition:
filehdr_struc.h:5
filehdr_struct::format
int32_t format
Definition:
filehdr_struc.h:8
filehdr_struct::npix
int32_t npix
Definition:
filehdr_struc.h:7
filehdr_struct::length
int32_t length
Definition:
filehdr_struc.h:6