Interface DriverStationInterface

All Known Implementing Classes:
DriverStationWrapper.defaultDriversStation

public interface DriverStationInterface
Interface for DriverStation.
  • Method Details

    • reportError

      void reportError(String string, boolean printTrace)
      Reports an error.
      Parameters:
      string - The error message.
      printTrace - Whether to print the stack trace.
    • reportError

      void reportError(String string, StackTraceElement[] stackTrace)
      Reports an error.
      Parameters:
      string - The error message.
      stackTrace - The stack trace.
    • reportWarning

      void reportWarning(String string, boolean printTrace)
      Reports a warning.
      Parameters:
      string - The warning message.
      printTrace - Whether to print the stack trace.
    • reportWarning

      void reportWarning(String string, StackTraceElement[] stackTrace)
      Reports a warning.
      Parameters:
      string - The warning message.
      stackTrace - The stack trace.