SeaBreeze
StrayLightEEPROMSlotFeature.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef STRAYLIGHTEEPROMSLOTFEATURE_H
31 #define STRAYLIGHTEEPROMSLOTFEATURE_H
32 
36 #include "common/buses/Bus.h"
37 #include <vector>
38 
39 namespace seabreeze {
40 
43  public:
45  virtual ~StrayLightEEPROMSlotFeature();
46  std::vector<double> *readStrayLightCoefficients(const Protocol &protocol, const Bus &bus)
47  throw (FeatureException);
48 
49  /* Overriding from Feature */
50  virtual FeatureFamily getFeatureFamily();
51  };
52 
53 }
54 
55 #endif /* STRAYLIGHTEEPROMSLOTFEATURE_H */
Definition: Protocol.h:44
Definition: FeatureFamily.h:39
Definition: FeatureException.h:43
Definition: Bus.h:48
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: EEPROMSlotFeatureBase.h:44
Definition: StrayLightCoeffsFeatureInterface.h:39
Definition: StrayLightEEPROMSlotFeature.h:41