JS8Call-Improved master
Loading...
Searching...
No Matches
Decoder.cpp File Reference

Implementation of the JS8 decoder and worker classes (C) 2019 Jordan Sherer kn4cr.nosp@m.d@gm.nosp@m.ail.c.nosp@m.om - All Rights Reserved. More...

#include "Decoder.h"
#include "JS8_Include/commons.h"
#include <QLoggingCategory>
#include <QTimer>
Include dependency graph for Decoder.cpp:

Functions

 connect (this, &Decoder::startWorker, worker, &Worker::start)
 connect (this, &Decoder::quitWorker, worker, &Worker::quit)
 connect (worker, &Worker::ready, this, &Decoder::processReady)
 connect (worker, &Worker::error, this, &Decoder::processError)
 connect (worker, &Worker::finished, this, &Decoder::processFinished)

Variables

Do not let youself be confused
worker moveToThread & m_thread
return worker

Detailed Description

Implementation of the JS8 decoder and worker classes (C) 2019 Jordan Sherer kn4cr.nosp@m.d@gm.nosp@m.ail.c.nosp@m.om - All Rights Reserved.