Class ButtonBoxClient

java.lang.Object
io.github.roboblazers7617.buttonbox.ButtonBoxClient

public class ButtonBoxClient extends Object
Class for client-side ButtonBox logic.
  • Constructor Details

    • ButtonBoxClient

      public ButtonBoxClient(NetworkTableInstance inst)
      Creates a new ButtonBoxClient.
  • Method Details

    • periodic

      public void periodic()
      Should be called regularly to update the state of the Controls.
    • addControl

      public void addControl(Control control)
      Adds a control to the ButtonBoxClient.
      Parameters:
      control - The Control to add to the client.