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

Function normalizedNativeBandKey

src/models/XvtrPolicy.cpp:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QString normalizedNativeBandKey(const QString& bandName, ModelCapabilities caps)
37{
38 QString key = bandName;
39 if (key.endsWith('m') && key.length() > 1) {
40 const QString stripped = key.chopped(1);
41 if (isNativeBandKey(stripped, caps))
42 key = stripped;
43 }
44 return key;
45}
46
47double tileBandwidth(double lowMhz, double highMhz)
48{

Callers 1

resolveBandStackKeyFunction · 0.85

Calls 1

isNativeBandKeyFunction · 0.85

Tested by

no test coverage detected