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