Class DriverStationModeThread
java.lang.Object
org.wpilib.internal.DriverStationModeThread
- All Implemented Interfaces:
AutoCloseable
For internal use only.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinControl(ControlWord word) Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only.
-
Constructor Details
-
DriverStationModeThread
-
-
Method Details
-
inControl
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only.- Parameters:
word- control word
-
close
- Specified by:
closein interfaceAutoCloseable
-