Expand description
State machine types and per-sample driver for the round-trip measurement protocol.
RoundTripMeasurementState owns all transient data for one measurement session
and is advanced sample-by-sample via RoundTripMeasurementState::tick.
Structs§
- Round
Trip Measurement State - All mutable state required to run one complete round-trip measurement session.
Enums§
- Round
Trip Measurement Phase - High-level phases of the
RoundTripMeasurementStatestate machine. - Round
Trip Tick Outcome - Result of processing a single input sample through
RoundTripMeasurementState::tick.