mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[hal, wpilib] Add RobotController.getComments() (#4463)
This commit is contained in:
@@ -24,6 +24,8 @@ public final class HALUtil extends JNIWrapper {
|
||||
|
||||
public static native String getSerialNumber();
|
||||
|
||||
public static native String getComments();
|
||||
|
||||
public static native long getFPGATime();
|
||||
|
||||
public static native int getHALRuntimeType();
|
||||
|
||||
@@ -155,5 +155,9 @@ public class RoboRioDataJNI extends JNIWrapper {
|
||||
|
||||
public static native void setSerialNumber(String serialNumber);
|
||||
|
||||
public static native String getComments();
|
||||
|
||||
public static native void setComments(String comments);
|
||||
|
||||
public static native void resetData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user