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
src
l2gen
l1q_struc.h
Go to the documentation of this file.
1
#ifndef _L1Q_STRUC
2
#define _L1Q_STRUC
3
4
#include "
l1.h
"
5
6
typedef
struct
l1q_struct
{
7
int32_t
nq
;
8
int32_t
cscan
;
9
l1str
r
[
NQMAX
];
10
} l1qstr;
11
12
#endif
l1q_struct::nq
int32_t nq
Definition:
l1q_struc.h:7
NQMAX
#define NQMAX
Definition:
l12_parms.h:12
l1q_struct
Definition:
l1q_struc.h:6
l1q_struct::r
l1str r[NQMAX]
Definition:
l1q_struc.h:9
l1q_struct::cscan
int32_t cscan
Definition:
l1q_struc.h:8
l1.h