[wpiutil] Add GetSystemTime() (#3840)

This portably gets the time in microseconds since the Unix epoch.
This commit is contained in:
Peter Johnson
2021-12-28 01:06:31 -06:00
committed by GitHub
parent 1e82595ffb
commit 5999a26fba
4 changed files with 41 additions and 3 deletions

View File

@@ -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);