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

Method disposeKit

src/modules/modem/ModemDigital.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ModemDigital::disposeKit(ModemKit *kit) {
38 auto *dkit = (ModemKitDigital *)kit;
39
40 delete dkit;
41}
42
43void ModemDigital::setDemodulatorLock(bool demod_lock_in) {
44 currentDemodLock.store(demod_lock_in);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected