Function swap_telemetry_clock

Source
pub fn swap_telemetry_clock(clock: impl TelemetryClock + Send + 'static)
Expand description

Hotswap the telemetry clock at runtime. This allows changing the clock implementation after initialization, which is useful for testing or switching between real and simulated time.