Skip to contents

Configure CARWatch sampling-compliance tolerances

Usage

new_sampling_compliance_checker(
  awakening_delay_tolerance_min = 5,
  sampling_delay_tolerance_min = 5,
  absolute_time_tolerance_min = 15,
  check_absolute_times = TRUE
)

Arguments

awakening_delay_tolerance_min

Tolerance for the first relative sample.

sampling_delay_tolerance_min

Tolerance for later relative samples.

absolute_time_tolerance_min

Tolerance for fixed-time samples.

check_absolute_times

Whether fixed-time samples are evaluated.

Value

A carwatch_compliance_checker list containing the configured tolerance values and the check_absolute_times flag.