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

Function toneModeToDisplay

src/core/MemoryFieldValues.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96QString toneModeToDisplay(const QString& any)
97{
98 const QString upper = sanitizeText(any).trimmed().toUpper();
99 if (upper == "CTCSS_TX") return "CTCSS_TX";
100 return "OFF";
101}
102
103QString modeToWire(const QString& any)
104{

Callers 2

populateTableMethod · 0.85
mainFunction · 0.85

Calls 1

sanitizeTextFunction · 0.85

Tested by 1

mainFunction · 0.68