Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
QString 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
103
QString modeToWire(const QString& any)
104
{
Callers
2
populateTable
Method · 0.85
main
Function · 0.85
Calls
1
sanitizeText
Function · 0.85
Tested by
1
main
Function · 0.68