SeaBreeze
WavelengthEEPROMSlotFeature_QE65000.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef WAVELENGTHEEPROMSLOTFEATUREQE65000_H
31 #define WAVELENGTHEEPROMSLOTFEATUREQE65000_H
32 
35 #include "common/buses/Bus.h"
36 #include <vector>
37 
38 namespace seabreeze {
39 
42  public:
43  WavelengthEEPROMSlotFeature_QE65000(unsigned int numberOfPixels);
45 
46  protected:
47  /* Overriding from WavelengthEEPROMSlotFeature */
48  virtual std::vector<double> *computeWavelengths(double polynomial[],
49  int length);
50  };
51 
52 }
53 
54 #endif /* WAVELENGTHEEPROMSLOTFEATUREQE65000_H */
Definition: WavelengthEEPROMSlotFeature.h:41
Definition: WavelengthEEPROMSlotFeature_QE65000.h:40
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42