dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
RawHIDWriteThread Class Reference

#include <rawhid.h>

Inheritance diagram for RawHIDWriteThread:

Public Member Functions

 RawHIDWriteThread (hid_device *device)
 
virtual ~RawHIDWriteThread ()
 
int pushDataToWrite (const char *data, int size)
 
qint64 getBytesToWrite ()
 
void stop ()
 Tell the thread to stop and make sure it wakes up immediately. More...
 

Protected Member Functions

void run ()
 

Protected Attributes

QByteArray m_writeBuffer
 
QMutex m_writeBufMtx
 
QWaitCondition m_newDataToWrite
 
hid_device * m_handle
 
bool m_running
 

Detailed Description

This class is nearly the same than RawHIDReadThread but for writing

Definition at line 94 of file rawhid.h.


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