UVC host library

Dependents:   LifeCam WebcamServer

usb/UsbBaseClass.h

Committer:
va009039
Date:
2012-08-15
Revision:
3:3eb41d749f9a
Parent:
0:b0f04c137829

File content as of revision 3:3eb41d749f9a:

#ifndef _USB_BASE_CLASS_H_
#define _USB_BASE_CLASS_H_
#include "UsbHostMgr.h"

class UsbBaseClass {
public:
    UsbBaseClass();
protected:
    UsbErr Usb_poll(int timeout = 15000, int timeout2 = 2000);
    static UsbHostMgr* m_pHost;
};

#endif //_USB_BASE_CLASS_H_