SeaBreeze
QEProDataBufferFeature.h
Go to the documentation of this file.
1 /***************************************************/
33 #ifndef QEPRODATABUFFERFEATURE_H
34 #define QEPRODATABUFFERFEATURE_H
35 
36 #include "vendors/OceanOptics/features/data_buffer/DataBufferFeatureBase.h"
37 
38 namespace seabreeze {
39 
41  public:
43  virtual ~QEProDataBufferFeature();
44  };
45 
46 } /* end namespace */
47 
48 #endif /* QEPRODATABUFFERFEATURE_H */
49 
Definition: DataBufferFeatureBase.h:40
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: QEProDataBufferFeature.h:40