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