dRonin
adbada4
dRonin GCS
|
#include <rawhid.h>
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 |