OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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_ */
FlagsDSR(int size)
Definition: FlagsDSR.cpp:14
virtual ~FlagsDSR()
Definition: FlagsDSR.cpp:30
virtual void print()
Definition: FlagsDSR.cpp:48
l2prod offset
msiBandIdx val
Definition: l1c_msi.cpp:34
virtual void setRange(int offset, int count, int val)
Definition: FlagsDSR.cpp:34
int count
Definition: decode_rs.h:79