MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / QuadDemodTask

Method QuadDemodTask

Tasks/QuadDemodTask.cpp:24–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#define SIGDIGGER_CYCLO_BLOCK_LENGTH 4096
23
24QuadDemodTask::QuadDemodTask(
25 const SUCOMPLEX *data,
26 SUCOMPLEX *destination,
27 size_t length,
28 QObject *parent) :
29 Suscan::CancellableTask(parent)
30{
31 this->origin = data;
32 this->destination = destination;
33 this->length = length;
34
35 this->setProgress(0);
36 this->setStatus("Processing...");
37}
38
39bool
40QuadDemodTask::work(void)

Callers

nothing calls this directly

Calls 2

setStatusMethod · 0.80
setProgressMethod · 0.45

Tested by

no test coverage detected