wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.06k stars 614 forks source link

[wpilibj] Add way to reset native simPeriodic callbacks #3214

Open Starlight220 opened 3 years ago

auscompgeek commented 3 years ago

Isn't this just HAL_Shutdown()?

Starlight220 commented 3 years ago

HAL_Shutdown() might handle this, but more fine-grained control might be useful. @PeterJohnson told me that there should be a way to do this that currently doesn't exist.

Starlight220 commented 1 year ago

Looks like there isn't a way to reset the Java simPeriodic callbacks either?