[sim] Provide function that resets all simulation data (#4016)

Fixes #3867
This commit is contained in:
Dustin Spicuzza
2022-09-26 17:38:38 -04:00
committed by GitHub
parent a791470de7
commit 4ddb8aa0dd
3 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
extern "C" void HALSIM_ResetAllSimData(void) {}