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

Method ModemDigital

src/modules/modem/ModemDigital.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7ModemDigitalOutput::ModemDigitalOutput() = default;
8
9ModemDigital::ModemDigital() : Modem() {
10#if ENABLE_DIGITAL_LAB
11 digitalOut = nullptr;
12#endif
13}
14
15ModemDigitalOutput::~ModemDigitalOutput() = default;
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected