Function below_common::cliutil::check_initial_sample_time_with_requested_time [−][src]
pub fn check_initial_sample_time_with_requested_time(
initial_sample_time: SystemTime,
time_begin: SystemTime
)Expand description
Check that initial sample time is within MISSING_SAMPLE_WARN_DURATION_S
seconds of the requested start time.