Classes | Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
XWinCUSBInterface Class Reference

interfaces chameleon USB, found at http://optimize.ath.cx/cusb More...

#include <ezusbthamway.h>

Inheritance diagram for XWinCUSBInterface:
Inheritance graph
[legend]

Classes

struct  USBDevice
 

Public Member Functions

 XWinCUSBInterface (const char *name, bool runtime, const shared_ptr< XDriver > &driver, uint8_t addr_offset, const char *id)
 
virtual void open () throw (XInterfaceError &)
 
virtual void close () throw (XInterfaceError &)
 This can be called even if has already closed.
 
void deferWritings ()
 
void writeToRegister8 (unsigned int addr, uint8_t data)
 
void writeToRegister16 (unsigned int addr, uint16_t data)
 
void bulkWriteStored ()
 
void resetBulkWrite ()
 
void burstRead (unsigned int addr, uint8_t *buf, unsigned int cnt)
 
uint8_t singleRead (unsigned int addr)
 
uint16_t readRegister8 (unsigned int addr)
 
uint16_t readRegister16 (unsigned int addr)
 
XString getIDN (int maxlen=255)
 
void lock ()
 overrides XInterface::lock().
 
void unlock ()
 
bool isLocked () const
 
virtual void send (const char *str) throw (XCommError &)
 
virtual void receive () throw (XCommError &)
 
virtual bool isOpened () const
 
- Public Member Functions inherited from XCustomCharInterface
 XCustomCharInterface (const char *name, bool runtime, const shared_ptr< XDriver > &driver)
 
const std::vector< char > & buffer () const
 
int scanf (const char *format,...) const __attribute__((format(scanf
 error-check is user's responsibility.
 
int double toDouble () const throw (XConvError &)
 
int toInt () const throw (XConvError &)
 
unsigned int toUInt () const throw (XConvError &)
 
XString toStr () const
 
XString toStrSimplified () const
 returns string white-spaces stripped.
 
void sendf (const char *format,...) __attribute__((format(printf throw (XInterfaceError &)
 
void void queryf (const char *format,...) __attribute__((format(printf throw (XInterfaceError &)
 
void void void setEOS (const char *str)
 
const XStringeos () const
 
void query (const XString &str) throw (XCommError &)
 
virtual void query (const char *str) throw (XCommError &)
 
- Public Member Functions inherited from XInterface
 XInterface (const char *name, bool runtime, const shared_ptr< XDriver > &driver)
 
void setLabel (const XString &str)
 
virtual XString getLabel () const
 
shared_ptr< XDriverdriver () const
 
const shared_ptr< XComboNode > & device () const
 type of interface or driver.
 
const shared_ptr< XStringNode > & port () const
 port number or device name.
 
const shared_ptr< XUIntNode > & address () const
 e.g. GPIB address.
 
const shared_ptr< XBoolNode > & control () const
 True if interface is opened. Start/stop interface.
 
void lock ()
 
void unlock ()
 
bool isLocked () const
 
XRecursiveMutexmutex ()
 
void start ()
 
void stop ()
 
- Public Member Functions inherited from XNode
 XNode (const char *name, bool runtime=false)
 
template<class T >
shared_ptr< T > create (const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (const char *name, bool runtime, Args &&...args)
 
template<class T >
shared_ptr< T > create (Transaction &tr, const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (Transaction &tr, const char *name, bool runtime, Args &&...args)
 
XString getName () const
 
XString getTypename () const
 
shared_ptr< XNodegetChild (const XString &var) const
 
shared_ptr< XNodegetParent () const
 
void setUIEnabled (bool v)
 Enables/disables controls over scripting/GUI.
 
void disable ()
 Disables all scripting/GUI operations on this node hereafter.
 
- Public Member Functions inherited from Transactional::Node< XNode >
bool insert (Transaction< XNode > &tr, const shared_ptr< XNode > &var, bool online_after_insertion=false)
 
void insert (const shared_ptr< XNode > &var)
 
bool release (Transaction< XNode > &tr, const shared_ptr< XNode > &var)
 
void release (const shared_ptr< XNode > &var)
 
void releaseAll ()
 
bool swap (Transaction< XNode > &tr, const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
void swap (const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
XNodeupperNode (Snapshot< XNode > &shot)
 Finds the parent node in shot.
 
Snapshot< XNodeiterate_commit (Closure)
 
Snapshot< XNodeiterate_commit_if (Closure)
 
void iterate_commit_while (Closure)
 
void print_ () const
 
 Node (const Node &)=delete
 
Nodeoperator= (const Node &)=delete
 

Private Member Functions

XString getIDN (void *handle, int maxlen=255)
 

Static Private Member Functions

static void setLED (void *handle, uint8_t data)
 
static uint8_t readDIPSW (void *handle)
 
static uint8_t singleRead (void *handle, unsigned int addr, unsigned int addroffset)
 
static void openAllEZUSBdevices ()
 
static void setWave (void *handle, const uint8_t *wave)
 
static void closeAllEZUSBdevices ()
 
static XString getIDN (void *handle, int maxlen, int offsetaddr)
 

Private Attributes

void * m_handle
 
shared_ptr< XRecursiveMutexm_mutex
 
XString m_idString
 
uint8_t m_addrOffset
 
bool m_bBurstWrite
 
std::vector< uint8_t > m_buffer
 

Static Private Attributes

static XMutex s_mutex
 
static std::deque< USBDevices_devices
 
static int s_refcnt = 0
 

Additional Inherited Members

- Public Types inherited from Transactional::Node< XNode >
using NodeNotFoundError = std::domain_error
 
using NodeList = fast_vector< shared_ptr< XNode >, 2 >
 
using iterator = typename NodeList::iterator
 
using const_iterator = typename NodeList::const_iterator
 
- Static Public Member Functions inherited from XCustomCharInterface
static std::vector< char > & buffer_receive ()
 only for XPort and internal use.
 
- Protected Member Functions inherited from Transactional::Node< XNode >
 Node ()
 Use create().
 

Detailed Description

interfaces chameleon USB, found at http://optimize.ath.cx/cusb

Definition at line 21 of file ezusbthamway.h.


The documentation for this class was generated from the following files:

Generated for KAME4 by  doxygen 1.8.3