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