usbp_xilinx_xs3.h

Go to the documentation of this file.
00001 /* -*- c++ -*- */
00028 #ifndef __USBP_XILINX_XS3_H__
00029 #define __USBP_XILINX_XS3_H__
00030 
00031 #include "usbp_fpga.h"
00032 
00036 class XILINX_XS3 : public USB_FPGA
00037 {
00038 private:
00039 
00040 public:
00041   XILINX_XS3(){;}  
00043   XILINX_XS3(iUSB_Driver *ud){
00044     UsbD = ud;
00045   }
00046 
00048   virtual ~XILINX_XS3(){
00049     UsbD = NULL;
00050   }
00051 
00053   int downloadConfigFile(string file);
00054 
00055   
00056 };
00057 
00058 #endif

Generated on Mon Mar 5 20:44:19 2007 for usbp by  doxygen 1.5.1-p1