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
l1bextract_meris
FlagsDSR.h
Go to the documentation of this file.
1
/*
2
* FlagsDSR.h
3
*
4
* Created on: Jan 7, 2013
5
* Author: dshea
6
*/
7
8
#ifndef FLAGSDSR_H_
9
#define FLAGSDSR_H_
10
11
#include "
MeasurementDSR.h
"
12
13
class
FlagsDSR
:
public
MeasurementDSR
{
14
public
:
15
FlagsDSR
(
int
size);
16
virtual
~FlagsDSR
();
17
18
virtual
void
setRange
(
int
offset
,
int
count
,
int
val
);
19
20
virtual
void
print
();
21
22
};
23
24
#endif
/* FLAGSDSR_H_ */
seadasutils.DictUtils.val
int val
Definition:
DictUtils.py:140
FlagsDSR::FlagsDSR
FlagsDSR(int size)
Definition:
FlagsDSR.cpp:14
MeasurementDSR
Definition:
MeasurementDSR.h:13
FlagsDSR::~FlagsDSR
virtual ~FlagsDSR()
Definition:
FlagsDSR.cpp:30
FlagsDSR
Definition:
FlagsDSR.h:13
FlagsDSR::print
virtual void print()
Definition:
FlagsDSR.cpp:48
MeasurementDSR.h
offset
l2prod offset
Definition:
HOWTO_Add_a_product.txt:70
FlagsDSR::setRange
virtual void setRange(int offset, int count, int val)
Definition:
FlagsDSR.cpp:34
count
int count
Definition:
decode_rs.h:79