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

#include <rawhid.h>

Inheritance diagram for RawHIDReadThread:

Signals

void readyToRead ()
 

Public Member Functions

 RawHIDReadThread (hid_device *device)
 
virtual ~RawHIDReadThread ()
 
int getReadData (char *data, int size)
 
qint64 getBytesAvailable ()
 
void stop ()
 

Protected Member Functions

void run ()
 

Protected Attributes

QByteArray m_readBuffer
 
QMutex m_readBufMtx
 
hid_device * m_handle
 
bool m_running
 

Detailed Description

Thread to desynchronize reading from the device

Definition at line 55 of file rawhid.h.


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