The FrameThread class.
More...
#include <frameThread.hh>
|
void | info (const QString &info) |
| Signal to be emmited to add information to logs. More...
|
|
void | error (const QString &error) |
| Signal to be emmited when some error occured when running thread. More...
|
|
Definition at line 22 of file frameThread.hh.
◆ FrameThread()
FrameThread::FrameThread |
( |
Communication * |
communication = nullptr , |
|
|
QObject * |
parent = nullptr |
|
) |
| |
◆ error
void FrameThread::error |
( |
const QString & |
error | ) |
|
|
signal |
- Parameters
-
[out] | error | Error message string |
◆ info
void FrameThread::info |
( |
const QString & |
info | ) |
|
|
signal |
- Parameters
-
[out] | info | Info message string |
◆ run()
void FrameThread::run |
( |
| ) |
|
|
override |
◆ _communication
The documentation for this class was generated from the following files: