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

Method setIQBalance

Suscan/Source.cpp:648–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646
647
648void
649Source::Config::setIQBalance(bool value)
650{
651 if (this->instance == nullptr)
652 return;
653
654 suscan_source_config_set_iq_balance(
655 this->instance,
656 value ? SU_TRUE : SU_FALSE);
657}
658
659void
660Source::Config::setType(enum suscan_source_type type)

Callers 1

onCheckButtonsToggledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected