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

Function toneModeToWire

src/core/MemoryFieldValues.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88QString toneModeToWire(const QString& any)
89{
90 const QString upper = sanitizeText(any).trimmed().toUpper();
91 if (upper == "OFF") return "off";
92 if (upper == "CTCSS_TX") return "ctcss_tx";
93 return {};
94}
95
96QString toneModeToDisplay(const QString& any)
97{

Callers 3

buildMemoryFieldUpdateFunction · 0.85
buildMemoryUpdateDataFunction · 0.85
mainFunction · 0.85

Calls 1

sanitizeTextFunction · 0.85

Tested by 1

mainFunction · 0.68