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

Function section10skip

tests/CAT_Flex_test.cpp:792–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792void section10skip(Runner& r)
793{
794 r.section(QStringLiteral("Section 10 — PTT (skipped — pass --ptt to enable)"));
795 for (const char* name : { "10.0 baseline", "10.0r bare ZZTX read (no key)",
796 "10.1 ZZTX1 keys", "10.1r read while keyed",
797 "10.2 ZZRX; unkeys", "10.3 base TX/RX" }) {
798 r.skip(QString::fromLatin1(name), QStringLiteral("--ptt not set"));
799 }
800}
801
802// ═════════════════════════════════════════════════════════════════════════════
803// Section 11 — Unknown / Invalid ZZ Commands

Callers 1

mainFunction · 0.85

Calls 2

sectionMethod · 0.45
skipMethod · 0.45

Tested by

no test coverage detected