Webcam Server.

Dependencies:   uvchost FatFileSystem mbed HTTPServer NetServicesMin

Revision:
1:7a4f2c038803
Parent:
0:2b4ea8a138e5
--- a/uvc/usb_itd.h	Wed Jun 06 11:47:06 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-#ifndef USB_ITD_H
-#define USB_ITD_H
-#include "UsbInc.h"
-#include "usb_mem.h"
-
-class usb_itd {
-public:
-    usb_itd(HCITD* itd);
-    bool Done();
-    int ConditionCode();
-    int FrameCount();
-    int PacketStatus(int n);
-    int Length(int n);
-    uint8_t* BufferPage(int n, int size);
-    uint16_t StartingFrame();
-    void free();
-    void debug();
-private:
-    uint16_t get_psw(int n);
-    HCITD* m_itd;
-};
-
-#endif //USB_ITD_H
\ No newline at end of file