16 #ifndef FRAMETHREAD_HH
17 #define FRAMETHREAD_HH
The class connecting main application and serial port.
Thread wrapper class for communicating with the serial device on a separate thread.
void run() override
Run main thread function.
void setSerialStatus(const QString &message)
Signal emmitted to change connection status with the serial device on the status bar.
FrameThread(Communication *communication=nullptr, QObject *parent=nullptr)
Construct a new FrameThread object.
Communication * _communication
Communication class handle.
void info(const QString &info)
Signal emmitted to add informations to logs.
void error(const QString &error)
Signal emmitted to add errors on the status bar.
Communication class declaration.