SeaBreeze
StrobeLampFeatureAdapter.h
Go to the documentation of this file.
1 /***************************************************/
33 #ifndef SEABREEZE_STROBELAMPFEATUREADAPTER_H
34 #define SEABREEZE_STROBELAMPFEATUREADAPTER_H
35 
38 
39 namespace seabreeze {
40  namespace api {
41 
43  : public FeatureAdapterTemplate<StrobeLampFeatureInterface> {
44  public:
46  const FeatureFamily &f,
47  Protocol *p, Bus *b, unsigned short instanceIndex);
48  virtual ~StrobeLampFeatureAdapter();
49 
50  void setStrobeLampEnable(int *errorCode, bool enable);
51  };
52 
53  }
54 }
55 
56 #endif
Definition: FeatureAdapterTemplate.h:47
Definition: Protocol.h:44
Definition: FeatureFamily.h:39
Definition: StrobeLampFeatureInterface.h:40
Definition: StrobeLampFeatureAdapter.h:42
Definition: Bus.h:48
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42