MCPcopy 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
103QString modeToWire(const QString& any)
104{
105 return sanitizeText(any).trimmed().toUpper();
106}
107
108} // namespace AetherSDR::MemoryFields

Callers 3

buildMemoryFieldUpdateFunction · 0.85
buildMemoryUpdateDataFunction · 0.85
mainFunction · 0.85

Calls 1

sanitizeTextFunction · 0.85

Tested by 1

mainFunction · 0.68