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

Method ModemOOK

src/modules/modem/digital/ModemOOK.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "ModemOOK.h"
5
6ModemOOK::ModemOOK() : ModemDigital() {
7 demodOOK = modemcf_create(LIQUID_MODEM_OOK);
8}
9
10ModemOOK::~ModemOOK() {
11 modemcf_destroy(demodOOK);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected