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