mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Add disableMockTime to JNI (#3839)
This exposes the equivalent of SetNowImpl(nullptr) to Java.
This commit is contained in:
@@ -56,6 +56,8 @@ public final class WPIUtilJNI {
|
||||
|
||||
public static native void enableMockTime();
|
||||
|
||||
public static native void disableMockTime();
|
||||
|
||||
public static native void setMockTime(long time);
|
||||
|
||||
public static native long now();
|
||||
|
||||
Reference in New Issue
Block a user