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