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

Method getEndTime

Suscan/Source.cpp:364–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364struct timeval
365Source::Config::getEndTime(void) const
366{
367 struct timeval tv = {0, 0};
368
369 if (this->instance != nullptr)
370 if (!suscan_source_config_get_end_time(this->instance, &tv))
371 suscan_source_config_get_start_time(this->instance, &tv);
372
373 return tv;
374}
375
376bool
377Source::Config::fileIsValid(void) const

Callers 3

setProfileMethod · 0.80
setProfileMethod · 0.80
refreshProfileMethod · 0.80

Calls

no outgoing calls

Tested by 1

setProfileMethod · 0.64