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

Method SDRDeviceInfo

src/sdr/SDRDeviceInfo.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <algorithm>
8
9SDRDeviceInfo::SDRDeviceInfo() : available(false), remote(false), manual(false), soapyDevice(nullptr) {
10 active.store(false);
11}
12
13SDRDeviceInfo::~SDRDeviceInfo() {
14 if (soapyDevice != nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected