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

Function offsetDirToWire

src/core/MemoryFieldValues.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71QString offsetDirToWire(const QString& any)
72{
73 const QString upper = sanitizeText(any).trimmed().toUpper();
74 if (upper == "UP") return "up";
75 if (upper == "DOWN") return "down";
76 if (upper == "SIMPLEX") return "simplex";
77 return {};
78}
79
80QString offsetDirToDisplay(const QString& any)
81{

Callers 3

buildMemoryFieldUpdateFunction · 0.85
buildMemoryUpdateDataFunction · 0.85
mainFunction · 0.85

Calls 1

sanitizeTextFunction · 0.85

Tested by 1

mainFunction · 0.68