type
Definition: core.h:575
HAL_RuntimeType
Definition: HALBase.h:26
Definition: BatterySim.h:14
void SetRuntimeType(HAL_RuntimeType type)
Override the HAL runtime type (simulated/real).
void RestartTiming()
Restart the simulator time.
void StepTiming(units::second_t delta)
Advance the simulator time and wait for all notifiers to run.
void StepTimingAsync(units::second_t delta)
Advance the simulator time and return immediately.
void ResumeTiming()
Resume the simulator time.
void PauseTiming()
Pause the simulator time.
bool IsTimingPaused()
Check if the simulator time is paused.
void WaitForProgramStart()