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

Function platformName

tests/model_capabilities_test.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22const char* platformName(RadioPlatform p)
23{
24 switch (p) {
25 case RadioPlatform::Unknown: return "Unknown";
26 case RadioPlatform::Microburst: return "Microburst";
27 case RadioPlatform::DeepEddy: return "DeepEddy";
28 case RadioPlatform::BigBend: return "BigBend";
29 case RadioPlatform::DragonFire: return "DragonFire";
30 }
31 return "?";
32}
33
34} // namespace
35

Callers 2

SpectrumWidgetMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected