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

Function offsetDirToDisplay

src/core/MemoryFieldValues.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80QString offsetDirToDisplay(const QString& any)
81{
82 const QString upper = sanitizeText(any).trimmed().toUpper();
83 if (upper == "UP") return "UP";
84 if (upper == "DOWN") return "DOWN";
85 return "SIMPLEX";
86}
87
88QString toneModeToWire(const QString& any)
89{

Callers 2

populateTableMethod · 0.85
mainFunction · 0.85

Calls 1

sanitizeTextFunction · 0.85

Tested by 1

mainFunction · 0.68