mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpiutil] Add GetSystemTime() (#3840)
This portably gets the time in microseconds since the Unix epoch.
This commit is contained in:
@@ -62,6 +62,8 @@ public final class WPIUtilJNI {
|
||||
|
||||
public static native long now();
|
||||
|
||||
public static native long getSystemTime();
|
||||
|
||||
public static native void addPortForwarder(int port, String remoteHost, int remotePort);
|
||||
|
||||
public static native void removePortForwarder(int port);
|
||||
|
||||
Reference in New Issue
Block a user