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

Method getGain

Settings/ConfigDialog.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83float
84ConfigDialog::getGain(std::string const &name) const
85{
86 return this->profileTab->getGain(name);
87}
88
89Suscan::AnalyzerParams
90ConfigDialog::getAnalyzerParams(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected