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