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