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

Method setDCRemove

Suscan/Source.cpp:627–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627void
628Source::Config::setDCRemove(bool value)
629{
630 if (this->instance == nullptr)
631 return;
632
633 suscan_source_config_set_dc_remove(
634 this->instance,
635 value ? SU_TRUE : SU_FALSE);
636}
637
638void
639Source::Config::setStartTime(struct timeval const &tv)

Callers 3

hotApplyProfileMethod · 0.45
onPanSpectrumStartMethod · 0.45
onCheckButtonsToggledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected