|
Cat
|
#include <include/UsbFTInterface.h>
Public Types | |
| enum | WordSize { WS_Byte =1, WS_Word, WS_DWord } |
| enum | IOMode { USB_IORead, USB_IOWrite, USB_IOReadWrite, USB_WriteReadBurst, USB_IOExtebdedRead } |
| typedef unsigned long | U32 |
| typedef unsigned short | U16 |
| typedef unsigned char | U8 |
Public Types inherited from Attrib | |
| enum | Attribut { UNDEFINED, PASSIVE, ACTIVE, INTERFACE, IO, IODATA, ELEMENT, HARDWARE, PROCESSUS, SOFTWARE } |
Public Member Functions | |
| UsbFTInterface () | |
| virtual | ~UsbFTInterface () |
| virtual void | help () |
| virtual StatusCode | init () |
| void | close () |
| virtual void | reset () |
| virtual void | update () |
| StatusCode | read (IOdata *) |
| StatusCode | write (IOdata *) |
| StatusCode | read (unsigned long int, unsigned long int, boost::python::list &) |
| StatusCode | write (unsigned long int, boost::python::list) |
| StatusCode | usbRead (unsigned long int, unsigned long int, std::vector< U32 > &) |
| StatusCode | usbWrite (unsigned long int, std::vector< U32 >) |
| StatusCode | usbReadU8 (unsigned long int, unsigned long int, unsigned char *) |
| StatusCode | usbReadU16 (unsigned long int, unsigned long int, unsigned short *) |
| StatusCode | usbReadU32 (unsigned long int, unsigned long int, unsigned long *) |
| StatusCode | usbWriteU8 (unsigned long int, unsigned long int, unsigned char *) |
| StatusCode | usbWriteU16 (unsigned long int, unsigned long int, unsigned short *) |
| StatusCode | usbWriteU32 (unsigned long int, unsigned long int, unsigned long *) |
| StatusCode | usbWriteRead (unsigned long int, std::vector< U8 >, std::vector< U8 > &) |
| void | setUsbId (int usbId) |
| int | usbId () |
| void | setSerialNum (std::string serialNum) |
| std::string | serialNum () |
| void | setDeviceDesc (std::string deviceDesc) |
| std::string | deviceDesc () |
| void | setLatencyTimer (unsigned char latencyTimer) |
| unsigned char | latencyTimer () |
| void | setTimeOut (int txTimeOut, int rxTimeOut) |
| int | txTimeOut () |
| int | rxTimeOut () |
| void | setBuffer (int txBuffer, int rxBuffer) |
| int | txBuffer () |
| int | rxBuffer () |
| void | setNFrames (long int nFrames) |
| long int | nFrames () |
| void | setWordCount (unsigned long wordCount) |
| unsigned long | wordCount () |
| void | setWordSize (unsigned long wordSize) |
| unsigned long | wordSize () |
| void | setFakeErr (unsigned int fakeErr) |
| unsigned int | fakeErr () |
| void | setInterrupts (bool interrupts) |
| bool | interrupts () |
| void | setShowEpromState (bool showEpromState) |
| bool | showEpromState () |
| bool | wrBlockMax () |
| void | setWrBlockMax (bool wrBlockMax) |
| bool | rdBlockMax () |
| void | setRdBlockMax (bool rdBlockMax) |
| void | setPrintout (bool printout) |
| bool | printout () |
Public Member Functions inherited from Interface | |
| Interface () | |
| Standard constructor. More... | |
| virtual | ~Interface () |
| Destructor. More... | |
Public Member Functions inherited from Element | |
| Element () | |
| Standard constructor. More... | |
| virtual | ~Element () |
| Destructor. More... | |
| void | recursiveInitElement () |
| void | recursiveInitCommunications () |
| StatusCode | setConnection (Hierarchy *) |
| Hierarchy * | connection () |
Public Member Functions inherited from Hierarchy | |
| Hierarchy () | |
| Standard constructor. More... | |
| virtual | ~Hierarchy () |
| Destructor. More... | |
| void | clear () |
| void | setParent (Hierarchy *parent) |
| Hierarchy * | parent () |
| Hierarchy * | parent (std::string) |
| Hierarchy * | origin () |
| virtual void | addChild (Hierarchy *element) |
| std::vector< Hierarchy * > | children () |
| Hierarchy * | child (std::string) |
| Hierarchy * | childTyped (std::string) |
| unsigned long | numberOfChildren () |
| bool | hasChildren () |
| void | delChild (Hierarchy *) |
| void | delChild (std::string) |
| std::string | path (std::string=std::string("")) |
| std::string | pathTyped (std::string=std::string("")) |
| void | tree (std::string indent=std::string("")) |
| void | tree () |
Public Member Functions inherited from Object | |
| Object () | |
| Standard constructor. More... | |
| virtual | ~Object () |
| Destructor. More... | |
| std::string | name () const |
| std::string | type () |
| unsigned char | id () |
| std::string | title () |
| void | msgSvc (int level, std::string msg, std::string name) |
| void | msg (std::string mymsg) |
| void | verbose (std::string mymsg) |
| void | debug (std::string mymsg) |
| void | info (std::string mymsg) |
| void | warning (std::string mymsg) |
| void | error (std::string mymsg) |
| void | fatal (std::string mymsg) |
| void | msg (std::string mymsg, std::string name) |
| void | verbose (std::string mymsg, std::string name) |
| void | debug (std::string mymsg, std::string name) |
| void | info (std::string mymsg, std::string name) |
| void | warning (std::string mymsg, std::string name) |
| void | error (std::string mymsg, std::string name) |
| void | fatal (std::string mymsg, std::string name) |
| void | setName (std::string name) |
| void | setType (std::string type) |
| void | setId (unsigned char id) |
| void | setTitle (std::string title) |
| void | setDllName (std::string dllName) |
| std::string | dllName () |
Public Member Functions inherited from Attrib | |
| Attrib () | |
| Standard constructor. More... | |
| virtual | ~Attrib () |
| Destructor. More... | |
| bool | is (int attribut) |
| void | add (int attribut) |
| void | remove (int attribut) |
| std::string | attributs () |
Private Attributes | |
| int | m_usbId |
| std::string | m_serialNum |
| std::string | m_deviceDesc |
| unsigned char | m_latencyTimer |
| int | m_txTimeOut |
| int | m_rxTimeOut |
| int | m_txBuffer |
| int | m_rxBuffer |
| long int | m_nFrames |
| unsigned long | m_wordCount |
| unsigned long | m_wordSize |
| unsigned int | m_fakeErr |
| bool | m_interrupts |
| bool | m_showEpromState |
| bool | m_printout |
| int | m_rdBlockMax |
| int | m_wrBlockMax |
Additional Inherited Members | |
Protected Attributes inherited from Element | |
| Hierarchy * | m_connection |
Protected Attributes inherited from Attrib | |
| std::string | m_attribString [10] |
Class to describe general electronics object
Definition at line 40 of file UsbFTInterface.h.
| typedef unsigned short UsbFTInterface::U16 |
Definition at line 43 of file UsbFTInterface.h.
| typedef unsigned long UsbFTInterface::U32 |
Definition at line 42 of file UsbFTInterface.h.
| typedef unsigned char UsbFTInterface::U8 |
Definition at line 44 of file UsbFTInterface.h.
| Enumerator | |
|---|---|
| USB_IORead | |
| USB_IOWrite | |
| USB_IOReadWrite | |
| USB_WriteReadBurst | |
| USB_IOExtebdedRead | |
Definition at line 53 of file UsbFTInterface.h.
| Enumerator | |
|---|---|
| WS_Byte | |
| WS_Word | |
| WS_DWord | |
Definition at line 46 of file UsbFTInterface.h.
| UsbFTInterface::UsbFTInterface | ( | ) |
Definition at line 19 of file UsbFTInterface.cpp.
References Object::info(), Object::setName(), and Object::setType().
|
inlinevirtual |
| void UsbFTInterface::close | ( | ) |
Close the usb device
Definition at line 802 of file UsbFTInterface.cpp.
References CloseUsbDevice(), Object::info(), itos(), m_usbId, and Object::name().
Referenced by BOOST_PYTHON_MODULE(), help(), init(), reset(), and ~UsbFTInterface().
|
inline |
Get accessor to member m_deviceDesc
Definition at line 272 of file UsbFTInterface.h.
References m_deviceDesc.
Referenced by BOOST_PYTHON_MODULE(), and setDeviceDesc().
|
inline |
Get accessor to member m_fakeErr
Definition at line 409 of file UsbFTInterface.h.
References m_fakeErr.
Referenced by setFakeErr().
|
inlinevirtual |
printout help for the element
Implements Interface.
Definition at line 71 of file UsbFTInterface.h.
References close(), Object::info(), init(), and Object::name().
|
virtual |
init the component
Implements Interface.
Definition at line 47 of file UsbFTInterface.cpp.
References close(), Object::error(), Object::fatal(), FT_OK, GetDeviceDesc(), GetDeviceSerNum(), Object::info(), itos(), m_deviceDesc, m_interrupts, m_latencyTimer, m_rxBuffer, m_rxTimeOut, m_serialNum, m_txBuffer, m_txTimeOut, m_usbId, Object::name(), OpenUsbDevice(), StatusCode::SUCCESS, USB_FindDevices(), USB_GetLastError(), USB_GetLatencyTimer(), USB_Init(), USB_Perror(), USB_SetLatencyTimer(), USB_SetTimeouts(), USB_SetXferSize(), UsbSetIntCheckingState(), and wait().
Referenced by BOOST_PYTHON_MODULE(), help(), and reset().
|
inline |
Get accessor to member m_interrupts
Definition at line 425 of file UsbFTInterface.h.
References m_interrupts.
Referenced by setInterrupts().
|
inline |
Get accessor to member m_latTimer
Definition at line 289 of file UsbFTInterface.h.
References m_latencyTimer, m_usbId, and USB_GetLatencyTimer().
Referenced by BOOST_PYTHON_MODULE(), and setLatencyTimer().
|
inline |
Get accessor to member m_nFrames
Definition at line 360 of file UsbFTInterface.h.
References m_nFrames.
Referenced by setNFrames().
|
inline |
Get accessor to member m_printout
Definition at line 489 of file UsbFTInterface.h.
References m_printout.
Referenced by setPrintout().
|
inline |
Get accessor to member m_rdBlockMax
Definition at line 465 of file UsbFTInterface.h.
References m_rdBlockMax.
Referenced by setRdBlockMax().
|
virtual |
Implements Interface.
Definition at line 817 of file UsbFTInterface.cpp.
References IOdata::address(), IOdata::Byte, shell::data(), IOdata::dataU16(), IOdata::dataU32(), IOdata::dataU8(), IOdata::DWord, Object::error(), StatusCode::FAILURE, itos(), IOdata::length(), m_rdBlockMax, usbReadU16(), usbReadU32(), usbReadU8(), Object::verbose(), IOdata::Word, and IOdata::wordSize().
Referenced by BOOST_PYTHON_MODULE(), and update().
| StatusCode UsbFTInterface::read | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| boost::python::list & | obj | ||
| ) |
Python interpreter wrapping for usb read
Definition at line 142 of file UsbFTInterface.cpp.
References shell::data(), Object::error(), StatusCode::FAILURE, itos(), m_wordSize, usbReadU16(), usbReadU32(), usbReadU8(), Object::verbose(), WS_Byte, WS_DWord, and WS_Word.
|
inlinevirtual |
Resets the Element so that is is in a standard and safe situation. Different from Element::init which configure the Element. Element::reset() is more an Emergency pull. It is often/usually called by the recursiveInitElement method at the start of the program.
Implements Interface.
Definition at line 91 of file UsbFTInterface.h.
References close(), Object::info(), init(), and Object::name().
|
inline |
Get accessor to member m_rxBuffer
Definition at line 344 of file UsbFTInterface.h.
References m_rxBuffer.
Referenced by BOOST_PYTHON_MODULE(), and setBuffer().
|
inline |
Get accessor to member m_rxTimeOut
Definition at line 317 of file UsbFTInterface.h.
References m_rxTimeOut.
Referenced by BOOST_PYTHON_MODULE(), and setTimeOut().
|
inline |
Get accessor to member m_serialNum
Definition at line 256 of file UsbFTInterface.h.
References m_serialNum.
Referenced by BOOST_PYTHON_MODULE(), and setSerialNum().
|
inline |
Set accessor to member m_txBuffer
| txBuffer | the new value for m_txBuffer |
Definition at line 326 of file UsbFTInterface.h.
References m_rxBuffer, m_txBuffer, m_usbId, rxBuffer(), txBuffer(), and USB_SetXferSize().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Set accessor to member m_deviceDesc
| deviceDesc | the new value for m_deviceDesc |
Definition at line 264 of file UsbFTInterface.h.
References deviceDesc(), and m_deviceDesc.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Set accessor to member m_fakeErr
| fakeErr | the new value for m_fakeErr |
Definition at line 401 of file UsbFTInterface.h.
References fakeErr(), and m_fakeErr.
|
inline |
Set accessor to member m_interrupts
| interrupts | the new value for m_interrupts |
Definition at line 417 of file UsbFTInterface.h.
References interrupts(), and m_interrupts.
|
inline |
Set accessor to member m_latencyTimer
| latTimer | the new value for m_latencyTimer |
Definition at line 280 of file UsbFTInterface.h.
References latencyTimer(), m_latencyTimer, m_usbId, and USB_SetLatencyTimer().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Set accessor to member m_nFrames
| nFrames | the new value for m_nFrames |
Definition at line 352 of file UsbFTInterface.h.
References m_nFrames, and nFrames().
|
inline |
Set accessor to member m_printout
| printout | the new value for m_printout |
Definition at line 481 of file UsbFTInterface.h.
References m_printout, and printout().
|
inline |
Set accessor to member m_rdBlockMax
| rdBlockMax | the new value for m_rdBlockMax |
Definition at line 473 of file UsbFTInterface.h.
References m_rdBlockMax, and rdBlockMax().
|
inline |
Set accessor to member m_serialNum
| serialNum | the new value for m_serialNum |
Definition at line 248 of file UsbFTInterface.h.
References m_serialNum, and serialNum().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Set accessor to member m_showEpromState
| showEpromState | the new value for m_showEpromState |
Definition at line 433 of file UsbFTInterface.h.
References m_showEpromState, and showEpromState().
|
inline |
Set accessor to member m_txTimeOut
| txTimeOut | the new value for m_txTimeOut |
Definition at line 298 of file UsbFTInterface.h.
References m_rxTimeOut, m_txTimeOut, m_usbId, rxTimeOut(), txTimeOut(), and USB_SetTimeouts().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Set accessor to member m_usbId
| usbId | the new value for m_usbId |
Definition at line 232 of file UsbFTInterface.h.
References m_usbId, and usbId().
|
inline |
Set accessor to member m_wordCount
| wordCount | the new value for m_wordCount |
Definition at line 369 of file UsbFTInterface.h.
References m_wordCount, and wordCount().
|
inline |
Set accessor to member m_wordSize
| wordSize | the new value for m_wordSize |
Definition at line 385 of file UsbFTInterface.h.
References m_wordSize, and wordSize().
Referenced by BOOST_PYTHON_MODULE(), and UsbFTInterfaceTest::execute().
|
inline |
Set accessor to member m_wrBlockMax
| wrBlockMax | the new value for m_wrBlockMax |
Definition at line 457 of file UsbFTInterface.h.
References m_wrBlockMax, and wrBlockMax().
|
inline |
Get accessor to member m_showEpromState
Definition at line 441 of file UsbFTInterface.h.
References m_showEpromState.
Referenced by setShowEpromState().
|
inline |
Get accessor to member m_txBuffer
Definition at line 336 of file UsbFTInterface.h.
References m_txBuffer.
Referenced by BOOST_PYTHON_MODULE(), and setBuffer().
|
inline |
Get accessor to member m_txTimeOut
Definition at line 308 of file UsbFTInterface.h.
References m_txTimeOut.
Referenced by BOOST_PYTHON_MODULE(), and setTimeOut().
|
inlinevirtual |
Update the Element configuration from the actual hardware
Implements Interface.
Definition at line 101 of file UsbFTInterface.h.
References Object::info(), Object::name(), read(), usbRead(), usbReadU16(), usbReadU32(), usbReadU8(), usbWrite(), usbWriteRead(), usbWriteU16(), usbWriteU32(), usbWriteU8(), and write().
Referenced by A3PE_BitFlip.A3PE_BitFlip::__init__(), Acquisition.Acquisition::__init__(), EmulateFE.EmulateFE::__init__(), AppFrame.AppFrame::deleteHardware(), ConfFrame.ConfFrame::onChange(), GraphFrame.GraphFrame::onChange(), CfgFrame.CfgFrame::onChange(), ConfFrame.ConfFrame::onEdit(), AppFrame.AppFrame::onLoad(), ConfFrame.ConfFrame::onReLoad(), GraphFrame.GraphFrame::onReLoad(), CfgFrame.CfgFrame::onReLoad(), and AppFrame.AppFrame::onReLoad().
|
inline |
Get accessor to member m_usbId
Definition at line 240 of file UsbFTInterface.h.
References m_usbId.
Referenced by setUsbId().
| StatusCode UsbFTInterface::usbRead | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| std::vector< U32 > & | words | ||
| ) |
Read usb in std::vector format – Do not use : Only supports U8 ! Write usb in std::vector<U8> format – Do not use yet : Only supports U8 ! Read usb in std::vector format – Do not use : Only supports U8 ! Write usb in std::vector<U16> format – Do not use yet : Only supports U8 ! Read usb in std::vector format – Do not use : Only supports U8 !
Definition at line 250 of file UsbFTInterface.cpp.
References shell::data(), Object::error(), StatusCode::FAILURE, itos(), m_wordSize, usbReadU16(), usbReadU32(), usbReadU8(), Object::verbose(), WS_Byte, WS_DWord, and WS_Word.
Referenced by UsbFTInterfaceTest::execute(), and update().
| StatusCode UsbFTInterface::usbReadU16 | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| unsigned short * | data | ||
| ) |
Definition at line 482 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbRd(), and Object::verbose().
Referenced by read(), update(), and usbRead().
| StatusCode UsbFTInterface::usbReadU32 | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| unsigned long * | data | ||
| ) |
Definition at line 544 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbRd(), and Object::verbose().
Referenced by read(), update(), and usbRead().
| StatusCode UsbFTInterface::usbReadU8 | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| unsigned char * | data | ||
| ) |
Read usb (U8 format)
Definition at line 438 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbRd(), and Object::verbose().
Referenced by read(), update(), and usbRead().
| StatusCode UsbFTInterface::usbWrite | ( | unsigned long int | address, |
| std::vector< U32 > | words | ||
| ) |
Write usb in std::vector<U32> format – Do not use yet : Only supports U8 !
Definition at line 303 of file UsbFTInterface.cpp.
References shell::data(), Object::error(), StatusCode::FAILURE, itos(), m_wordSize, usbWriteU16(), usbWriteU32(), usbWriteU8(), Object::verbose(), WS_Byte, WS_DWord, and WS_Word.
Referenced by UsbFTInterfaceTest::execute(), and update().
| StatusCode UsbFTInterface::usbWriteRead | ( | unsigned long int | address, |
| std::vector< U8 > | dataWrite, | ||
| std::vector< U8 > & | dataRead | ||
| ) |
Write/Read std::vector<U8> format – Do not use yet : Only supports U8 !
Definition at line 725 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbRd(), UsbWrt(), and Object::verbose().
Referenced by update().
| StatusCode UsbFTInterface::usbWriteU16 | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| unsigned short * | data | ||
| ) |
Write usb (U16 format)
Definition at line 641 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbWrt(), and Object::verbose().
Referenced by update(), usbWrite(), and write().
| StatusCode UsbFTInterface::usbWriteU32 | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| unsigned long * | data | ||
| ) |
Write usb (U32 format)
Definition at line 683 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbWrt(), and Object::verbose().
Referenced by update(), usbWrite(), and write().
| StatusCode UsbFTInterface::usbWriteU8 | ( | unsigned long int | address, |
| unsigned long int | nWords, | ||
| unsigned char * | data | ||
| ) |
Write usb (U8 format)
Definition at line 599 of file UsbFTInterface.cpp.
References Object::error(), StatusCode::FAILURE, itos(), m_usbId, Object::name(), PrintFrameInfo(), StatusCode::SUCCESS, USB_GetLastError(), USB_INT_FRAME, USB_NoErr, UsbWrt(), and Object::verbose().
Referenced by update(), usbWrite(), and write().
|
inline |
Get accessor to member m_wordCount
Definition at line 377 of file UsbFTInterface.h.
References m_wordCount.
Referenced by setWordCount().
|
inline |
Get accessor to member m_wordSize
Definition at line 393 of file UsbFTInterface.h.
References m_wordSize.
Referenced by BOOST_PYTHON_MODULE(), and setWordSize().
|
inline |
Get accessor to member m_wrBlockMax
Definition at line 449 of file UsbFTInterface.h.
References m_wrBlockMax.
Referenced by setWrBlockMax().
|
virtual |
Implements Interface.
Definition at line 871 of file UsbFTInterface.cpp.
References IOdata::address(), IOdata::Byte, shell::data(), IOdata::dataU16(), IOdata::dataU32(), IOdata::dataU8(), IOdata::DWord, Object::error(), StatusCode::FAILURE, itos(), IOdata::length(), m_wrBlockMax, usbWriteU16(), usbWriteU32(), usbWriteU8(), Object::verbose(), IOdata::Word, and IOdata::wordSize().
Referenced by BOOST_PYTHON_MODULE(), and update().
| StatusCode UsbFTInterface::write | ( | unsigned long int | address, |
| boost::python::list | obj | ||
| ) |
Python interpreter wrapping for usb write
Definition at line 196 of file UsbFTInterface.cpp.
References shell::data(), Object::error(), StatusCode::FAILURE, itos(), m_wordSize, usbWriteU16(), usbWriteU32(), usbWriteU8(), Object::verbose(), WS_Byte, WS_DWord, and WS_Word.
|
private |
Definition at line 496 of file UsbFTInterface.h.
Referenced by deviceDesc(), init(), and setDeviceDesc().
|
private |
Definition at line 505 of file UsbFTInterface.h.
Referenced by fakeErr(), and setFakeErr().
|
private |
Definition at line 506 of file UsbFTInterface.h.
Referenced by init(), interrupts(), and setInterrupts().
|
private |
Definition at line 497 of file UsbFTInterface.h.
Referenced by init(), latencyTimer(), and setLatencyTimer().
|
private |
Definition at line 502 of file UsbFTInterface.h.
Referenced by nFrames(), and setNFrames().
|
private |
Definition at line 508 of file UsbFTInterface.h.
Referenced by printout(), and setPrintout().
|
private |
Definition at line 509 of file UsbFTInterface.h.
Referenced by rdBlockMax(), read(), and setRdBlockMax().
|
private |
Definition at line 501 of file UsbFTInterface.h.
Referenced by init(), rxBuffer(), and setBuffer().
|
private |
Definition at line 499 of file UsbFTInterface.h.
Referenced by init(), rxTimeOut(), and setTimeOut().
|
private |
Definition at line 495 of file UsbFTInterface.h.
Referenced by init(), serialNum(), and setSerialNum().
|
private |
Definition at line 507 of file UsbFTInterface.h.
Referenced by setShowEpromState(), and showEpromState().
|
private |
Definition at line 500 of file UsbFTInterface.h.
Referenced by init(), setBuffer(), and txBuffer().
|
private |
Definition at line 498 of file UsbFTInterface.h.
Referenced by init(), setTimeOut(), and txTimeOut().
|
private |
Definition at line 494 of file UsbFTInterface.h.
Referenced by close(), init(), latencyTimer(), setBuffer(), setLatencyTimer(), setTimeOut(), setUsbId(), usbId(), usbReadU16(), usbReadU32(), usbReadU8(), usbWriteRead(), usbWriteU16(), usbWriteU32(), and usbWriteU8().
|
private |
Definition at line 503 of file UsbFTInterface.h.
Referenced by setWordCount(), and wordCount().
|
private |
Definition at line 504 of file UsbFTInterface.h.
Referenced by read(), setWordSize(), usbRead(), usbWrite(), wordSize(), and write().
|
private |
Definition at line 510 of file UsbFTInterface.h.
Referenced by setWrBlockMax(), wrBlockMax(), and write().
1.8.13