Class PhysicalTestControl


public class PhysicalTestControl extends TestControl
A test Control that reads the data published by a TestControl and outputs it to an Address.
  • Constructor Details

    • PhysicalTestControl

      public PhysicalTestControl(String id, Address address)
      Creates a new PhysicalTestControl.
      Parameters:
      id - The ID string for the PhysicalTestControl to use.
      address - The address to send messages to.
      See Also:
  • Method Details

    • updateHardware

      public void updateHardware()
      Description copied from class: Control
      Interfaces with the buttonbox hardware and updates the state of the physical control. Called after Control.updateClient().

      This doesn't do anything by default, and should be overridden by the class inheritting this.

      Overrides:
      updateHardware in class TestControl