Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ modeToWire
Function
modeToWire
src/core/MemoryFieldValues.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
QString modeToWire(const QString& any)
104
{
105
return sanitizeText(any).trimmed().toUpper();
106
}
107
108
} // namespace AetherSDR::MemoryFields
Callers
3
buildMemoryFieldUpdate
Function · 0.85
buildMemoryUpdateData
Function · 0.85
main
Function · 0.85
Calls
1
sanitizeText
Function · 0.85
Tested by
1
main
Function · 0.68