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

Method getGain

Suscan/Source.cpp:732–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732SUFLOAT
733Source::Config::getGain(const std::string &name) const
734{
735 if (this->instance == nullptr)
736 return 0;
737
738 return suscan_source_config_get_gain(this->instance, name.c_str());
739}
740
741///////////////////////////////// Source Wrappers ////////////////////////////
742Source::Source(Config const& config)

Callers 1

getPanSpectrumGainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected