Struct Synchronizer::Parameters

Nested Relationships

This struct is a nested type of Class Synchronizer.

Struct Documentation

struct Parameters

Public Functions

Parameters() = default

Public Members

double window_length = 2.0

Oldest age of observations to keep [seconds].

double synchronization_tolerance = 0.05

Max time between obs to be considered a group [s].

std::size_t minimum_observation_count = 2

read Synchronizer

std::set<std::string> expected_observation_labels

read Synchronizer