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