Class SendableChooserSim

java.lang.Object
edu.wpi.first.wpilibj.simulation.SendableChooserSim
All Implemented Interfaces:
AutoCloseable

public class SendableChooserSim extends Object implements AutoCloseable
Class that facilitates control of a SendableChooser's selected option in simulation.
  • Constructor Details

    • SendableChooserSim

      public SendableChooserSim(String path)
      Constructs a SendableChooserSim.
      Parameters:
      path - The path where the SendableChooser is published.
    • SendableChooserSim

      Constructs a SendableChooserSim.
      Parameters:
      inst - The NetworkTables instance.
      path - The path where the SendableChooser is published.
  • Method Details