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

Method hasGain

Components/PanoramicDialog.cpp:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool
123PanoramicDialogConfig::hasGain(
124 std::string const &dev,
125 std::string const &name) const
126{
127 std::string fullName = "gain." + dev + "." + name;
128
129 return this->gains.find(fullName) != this->gains.cend();
130}
131
132SUFLOAT
133PanoramicDialogConfig::getGain(

Callers 1

refreshGainsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected