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

Method isAvailable

src/sdr/SDRDeviceInfo.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool SDRDeviceInfo::isAvailable() const {
38 return available;
39}
40
41void SDRDeviceInfo::setAvailable(bool available_in) {
42 available = available_in;

Callers 2

OnDeviceTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected