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

Method ModemRange

src/modules/modem/Modem.cpp:11–14  ·  view source on GitHub ↗

Create an empty range (0.0, 0.0)

Source from the content-addressed store, hash-verified

9
10//! Create an empty range (0.0, 0.0)
11ModemRange::ModemRange() {
12 _min = 0;
13 _max = 0;
14}
15
16//! Create a min/max range
17ModemRange::ModemRange(const double minimum, const double maximum) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected