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

Method getSampleRate

src/AppConfig.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40long DeviceConfig::getSampleRate() {
41 return sampleRate.load();
42}
43
44void DeviceConfig::setAntennaName(const std::string& name) {
45 antennaName = name;

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected