Module r3_portkit::tickful[][src]

Expand description

Implements the core algorithm for tickful timing.

Structs

The precomputed parameters for the tickful implementation of r3::kernel::PortTimer.

The parameters of the tickful timing algorithm.

The internal state of the tickful implementation of r3::kernel::PortTimer.

Enums

Error type for TickfulCfg::new.

Traits

Operations implemented by all valid instantiations of TickfulState.

Type Definitions

Instantiates the optimal version of TickfulStateCore using a given TickfulCfg. All instances implement TickfulStateTrait.