SeaBreeze
NIRQuestSpectrometerFeature.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef NIRQUESTSPECTROMETERFEATURE_H
31 #define NIRQUESTSPECTROMETERFEATURE_H
32 
34 
35 namespace seabreeze {
36 
38  public:
40  ProgrammableSaturationFeature *saturationFeature);
41  virtual ~NIRQuestSpectrometerFeature();
42 
43  protected:
44  void setupExchanges(int readoutLength);
45 
46  static const long INTEGRATION_TIME_MINIMUM;
47  static const long INTEGRATION_TIME_MAXIMUM;
48  static const long INTEGRATION_TIME_INCREMENT;
49  static const long INTEGRATION_TIME_BASE;
50  };
51 
52 }
53 
54 #endif /* NIRQUESTSPECTROMETERFEATURE_H */
Definition: GainAdjustedSpectrometerFeature.h:38
Definition: NIRQuestSpectrometerFeature.h:37
Definition: ProgrammableSaturationFeature.h:42
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42