MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / section14skip

Function section14skip

tests/CAT_Flex_test.cpp:1346–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344}
1345
1346void section14skip(Runner& r)
1347{
1348 r.section(QStringLiteral("Section 14 — CW Keyer (skipped — pass --cw to enable)"));
1349 for (const char* name : { "14.1 KY; → KY0 baseline",
1350 "14.2 KY CQ CQ CQ TEST TEST; → KY1 (busy)",
1351 "14.3 KY; → KY0 (complete)" }) {
1352 r.skip(QString::fromLatin1(name), QStringLiteral("--cw not set"));
1353 }
1354}
1355
1356// ═════════════════════════════════════════════════════════════════════════════
1357// Section 16 — ZZDE — Diversity Receive (FLEX-6700)

Callers 1

mainFunction · 0.85

Calls 2

sectionMethod · 0.45
skipMethod · 0.45

Tested by

no test coverage detected