SeaBreeze
VentanaLightSourceFeature.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef VENTANALIGHTSOURCEFEATURE_H
31 #define VENTANALIGHTSOURCEFEATURE_H
32 
34 
35 namespace seabreeze {
36 
38  public:
39  VentanaLightSourceFeature(std::vector<ProtocolHelper *> helpers);
40  virtual ~VentanaLightSourceFeature();
41 
42  /* Overriding from Feature */
43  virtual bool initialize(const Protocol &protocol, const Bus &bus)
44  throw (FeatureException);
45  };
46 
47 }
48 
49 #endif /* VENTANALIGHTSOURCEFEATURE_H */
Definition: Protocol.h:44
Definition: LightSourceFeatureImpl.h:41
Definition: FeatureException.h:43
Definition: Bus.h:48
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: VentanaLightSourceFeature.h:37