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

Method GainDescription

Suscan/Source.cpp:26–33  ·  view source on GitHub ↗

/////////////////////// Source device wrapper ///////////////////////////

Source from the content-addressed store, hash-verified

24
25//////////////////////////// Source device wrapper ///////////////////////////
26Source::GainDescription::GainDescription(const struct suscan_source_gain_desc *desc)
27{
28 this->def = desc->def;
29 this->max = desc->max;
30 this->min = desc->min;
31 this->step = desc->step;
32 this->name = std::string(desc->name);
33}
34
35Source::GainDescription::GainDescription(const struct suscan_analyzer_gain_info *desc)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected