SeaBreeze
USB2000SpectrometerFeature.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef USB2000SPECTROMETERFEATURE_H
31 #define USB2000SPECTROMETERFEATURE_H
32 
34 
35 namespace seabreeze {
36 
38  public:
40  virtual ~USB2000SpectrometerFeature();
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 /* USB2000SPECTROMETERFEATURE_H */
Definition: USB2000SpectrometerFeature.h:37
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: OOISpectrometerFeature.h:44