Interface ConsoleSource

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ConsoleSource.RoboRIO, ConsoleSource.Simulator

public interface ConsoleSource extends AutoCloseable
Console logging source. Users should not interact with this class directly.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Reads console data on the RIO.
    static class 
    Reads console data while running in the simulator.
  • Method Summary

    Modifier and Type
    Method
    Description
    Reads all console data that has been produced since the last call to this method.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • getNewData

      String getNewData()
      Reads all console data that has been produced since the last call to this method.
      Returns:
      The console data