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

Method ModemAnalog

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

Source from the content-addressed store, hash-verified

4#include "ModemAnalog.h"
5
6ModemAnalog::ModemAnalog() : Modem(), aOutputCeil(1), aOutputCeilMA(1), aOutputCeilMAA(1) {
7
8}
9
10std::string ModemAnalog::getType() {
11 return "analog";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected