Add sim hooks to set match data (#1191)

This commit is contained in:
PJ Reiniger
2018-07-22 22:43:24 -04:00
committed by Peter Johnson
parent c25d48fd0c
commit eb2c6e19f8
3 changed files with 47 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ public class DriverStationDataJNI extends JNIWrapper {
public static native void setJoystickPOVs(byte joystickNum, short[] povsArray);
public static native void setJoystickButtons(byte joystickNum, int buttons, int count);
public static native void setMatchInfo(MatchInfoData info);
public static native void setMatchInfo(String eventName, String gameSpecificMessage, int matchNumber, int replayNumber, int matchType);
public static native void registerAllCallbacks(NotifyCallback callback, boolean initialNotify);
public static native void notifyNewData();