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

Method DeviceConfig

src/AppConfig.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <wx/msgdlg.h>
8
9DeviceConfig::DeviceConfig() {
10 ppm.store(0);
11 offset.store(0);
12 agcMode.store(true);
13 sampleRate.store(0);
14}
15
16DeviceConfig::DeviceConfig(std::string deviceId_in) : DeviceConfig() {
17 deviceId = deviceId_in;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected