Module r3_portkit::tickful
source · 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
TickfulStateCoreusing a givenTickfulCfg. All instances implementTickfulStateTrait.