MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getFAT

Method getFAT

Components/MainSpectrum.cpp:687–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687FrequencyAllocationTable *
688MainSpectrum::getFAT(QString const &name) const
689{
690 std::string asStdString = name.toStdString();
691
692 for (auto p : this->FATs)
693 if (p->getName() == asStdString)
694 return p;
695
696 return nullptr;
697}
698
699void
700MainSpectrum::adjustSizes(void)

Callers 2

applyConfigMethod · 0.80
onTriggerBandPlanMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected