Skip to main content

Module time

Module time 

Source
Expand description

Re-exports the canonical TimeSync implementation from tl-gige.

The TimeSync struct maintains a sliding window of timestamp measurements and computes a linear model mapping device ticks to host time. See the viva_gige::time module for full documentation.

Structs§

TimeSync
Maintain a linear mapping between device ticks and host time.

Constants§

DEFAULT_TIME_WINDOW
Default maximum number of samples kept for linear regression.