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

Method setStartTime

Suscan/Source.cpp:638–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void
639Source::Config::setStartTime(struct timeval const &tv)
640{
641 if (this->instance == nullptr)
642 return;
643
644 suscan_source_config_set_start_time(this->instance,tv);
645}
646
647
648void

Callers 4

onSpinsChangedMethod · 0.45
setSourceTimeStartMethod · 0.45
refreshProfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected