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

Function capabilitiesFor

src/models/ModelCapabilities.cpp:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48} // namespace
49
50ModelCapabilities capabilitiesFor(const QString& model)
51{
52 for (const auto& entry : kTable) {
53 if (model.contains(QString::fromLatin1(entry.model),
54 Qt::CaseInsensitive)) {
55 return entry.caps;
56 }
57 }
58 return {};
59}
60
61} // namespace AetherSDR

Callers 7

modelToFamilyMethod · 0.85
maxSlicesForModelMethod · 0.85
capabilitiesMethod · 0.85
hasExtendedDspFiltersMethod · 0.85
isDiversityAllowedMethod · 0.85
maxPanadaptersMethod · 0.85
mainFunction · 0.85

Calls 1

containsMethod · 0.80

Tested by 1

mainFunction · 0.68