SeaBreeze
QE65000USB.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef QE65000USB_H
31 #define QE65000USB_H
32 
34 
35 namespace seabreeze {
36 
37  class QE65000USB : public OOIUSBInterface {
38  public:
39  QE65000USB();
40  virtual ~QE65000USB();
41 
42  /* Inherited from OOIUSBInterface */
43  virtual bool open();
44  };
45 
46 }
47 
48 #endif /* QE65000USB_H */
Definition: QE65000USB.h:37
Definition: OOIUSBInterface.h:42
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42