![]() |
Speeduino
|
Mix-in classes, each capturing one component of a crank angle computation. More...
Classes | |
| struct | last_tooth_rev_calculator_t |
| A crank angle calculator that computes a temporal adjustment based on when the tooth was last detected. More... | |
| struct | tooth_interval_calculator_t |
| A crank angle calculator that computes a temporal adjustment based on the gap between the 2 most recent teeth rather than the last full revolution. More... | |
| struct | lookup_initial_calculator_t |
| A crank angle calculator that looks up the initial crank angle from an array. More... | |
| struct | compute_initial_calculator_t |
| A crank angle calculator that computes the initial crank angle from a tooth angle. More... | |
| struct | sequential_correction_calculator_t |
| A crank angle calculator that computes a revolution adjustment. More... | |
Mix-in classes, each capturing one component of a crank angle computation.
Do not use directly, instead use one of the concrete classes.