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

Method getType

src/modules/modem/ModemDigital.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15ModemDigitalOutput::~ModemDigitalOutput() = default;
16
17std::string ModemDigital::getType() {
18 return "digital";
19}
20
21int ModemDigital::checkSampleRate(long long sampleRate, int /* audioSampleRate */) {
22 if (sampleRate < MIN_BANDWIDTH) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected