mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Add sim hooks to set match data (#1191)
This commit is contained in:
committed by
Peter Johnson
parent
c25d48fd0c
commit
eb2c6e19f8
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user