MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / RigThread

Method RigThread

src/rig/RigThread.cpp:8–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6std::vector<const struct rig_caps *> RigThread::rigCaps;
7
8RigThread::RigThread() {
9 freq = wxGetApp().getFrequency();
10 newFreq = freq;
11 freqChanged.store(true);
12 termStatus = 0;
13 controlMode.store(true);
14 followMode.store(true);
15 centerLock.store(false);
16 followModem.store(false);
17 errorState.store(false);
18 errorMessage = "";
19}
20
21RigThread::~RigThread() = default;
22

Callers

nothing calls this directly

Calls 1

getFrequencyMethod · 0.45

Tested by

no test coverage detected