#include <usbp_xs3sk.h>
Inheritance diagram for USBP_XS3SK:

Public Member Functions | |
| USBP_XS3SK () | |
| virtual | ~USBP_XS3SK () |
| int | init_usb (void) |
| Simple wrapper for Python interface ?? | |
| int | loadFxFirmware (string file) |
| Simple wrapper for Python ?? | |
| int | configFPGA (string file) |
| Simple wrapper for Python ?? | |
| int | sendData (int addr, int data) |
| Simple wrapper for Python ?? | |
| string | info () |
| Simple wrapper for Python ?? | |
| int | deviceInfo () |
Definition at line 46 of file usbp_xs3sk.h.
| USBP_XS3SK::USBP_XS3SK | ( | ) | [inline] |
Definition at line 50 of file usbp_xs3sk.h.
References USBP::iPid, USBP::iVid, USBP::rPid, USBP::rVid, iUSB_Device::setUSB(), iUSB_FPGA::setUSB(), USBP::UsbD, USBP::UsbDevice, and USBP::UsbFpga.
| virtual USBP_XS3SK::~USBP_XS3SK | ( | ) | [inline, virtual] |
Definition at line 65 of file usbp_xs3sk.h.
References USBP::UsbD, USBP::UsbDevice, and USBP::UsbFpga.
| int USBP_XS3SK::init_usb | ( | void | ) | [inline] |
Simple wrapper for Python interface ??
Definition at line 79 of file usbp_xs3sk.h.
References USBP::init(), USBP::iPid, and USBP::iVid.
Referenced by usbp::Python::BOOST_PYTHON_MODULE().
| int USBP_XS3SK::loadFxFirmware | ( | string | file | ) | [inline] |
Simple wrapper for Python ??
Definition at line 83 of file usbp_xs3sk.h.
References iUSB_Device::downloadFirmware(), USBP::rPid, USBP::rVid, and USBP::UsbDevice.
Referenced by usbp::Python::BOOST_PYTHON_MODULE().
| int USBP_XS3SK::configFPGA | ( | string | file | ) | [inline] |
Simple wrapper for Python ??
Definition at line 87 of file usbp_xs3sk.h.
References iUSB_FPGA::downloadConfigFile(), and USBP::UsbFpga.
Referenced by usbp::Python::BOOST_PYTHON_MODULE().
| int USBP_XS3SK::sendData | ( | int | addr, | |
| int | data | |||
| ) | [inline] |
Simple wrapper for Python ??
Definition at line 91 of file usbp_xs3sk.h.
References USBP::UsbFpga, and iUSB_FPGA::writeData().
Referenced by usbp::Python::BOOST_PYTHON_MODULE().
| string USBP_XS3SK::info | ( | ) | [inline] |
Simple wrapper for Python ??
Definition at line 96 of file usbp_xs3sk.h.
Referenced by usbp::Python::BOOST_PYTHON_MODULE().
| int USBP_XS3SK::deviceInfo | ( | void | ) | [inline] |
Definition at line 97 of file usbp_xs3sk.h.
References iUSB_Driver::deviceInfo(), and USBP::UsbD.
Referenced by usbp::Python::BOOST_PYTHON_MODULE().
1.5.1-p1