mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[hal] Add HAL_Shutdown and simulation shutdown callbacks
This is useful for clean shutdown of simulation extensions.
This commit is contained in:
@@ -18,6 +18,8 @@ public final class HAL extends JNIWrapper {
|
||||
|
||||
public static native boolean initialize(int timeout, int mode);
|
||||
|
||||
public static native void shutdown();
|
||||
|
||||
public static native boolean hasMain();
|
||||
|
||||
public static native void runMain();
|
||||
|
||||
Reference in New Issue
Block a user