#include <tedisplaybase.h>
Открытые члены | |
SlowWriterThread (TSerialPort *pPort, QByteArray *pBuffer, QMutex *pBufferMutex, QWaitCondition *pDataReady, int iDelay) | |
void | stop () |
bool | isRunning () |
void | setdelay (int iDelay) |
void | setPort (TSerialPort *pPort) |
Защищенные члены | |
virtual void | run () |
SlowWriterThread writes data to com port with a delay between characters.