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