WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Namespaces | |
namespace | frc |
namespace | frc::sim |
Functions | |
void | frc::sim::SetRuntimeType (HAL_RuntimeType type) |
Override the HAL runtime type (simulated/real). More... | |
void | frc::sim::WaitForProgramStart () |
void | frc::sim::SetProgramStarted () |
bool | frc::sim::GetProgramStarted () |
void | frc::sim::RestartTiming () |
Restart the simulator time. More... | |
void | frc::sim::PauseTiming () |
Pause the simulator time. More... | |
void | frc::sim::ResumeTiming () |
Resume the simulator time. More... | |
bool | frc::sim::IsTimingPaused () |
Check if the simulator time is paused. More... | |
void | frc::sim::StepTiming (units::second_t delta) |
Advance the simulator time and wait for all notifiers to run. More... | |
void | frc::sim::StepTimingAsync (units::second_t delta) |
Advance the simulator time and return immediately. More... | |