Class DriverStationModeThread

java.lang.Object
org.wpilib.internal.DriverStationModeThread
All Implemented Interfaces:
AutoCloseable

public class DriverStationModeThread extends Object implements AutoCloseable
For internal use only.
  • Constructor Details

  • Method Details

    • inControl

      public void inControl(ControlWord word)
      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

      public void close()
      Specified by:
      close in interface AutoCloseable