Class WsRemoteAnalogInputConfig

java.lang.Object
org.wildstang.hardware.roborio.inputs.config.WsRemoteAnalogInputConfig
All Implemented Interfaces:
InputConfig

public class WsRemoteAnalogInputConfig extends Object implements InputConfig
Contains configuration for remote analog inputs.
  • Constructor Details

    • WsRemoteAnalogInputConfig

      public WsRemoteAnalogInputConfig(String networktbl)
      Construct the remote analog output config.
      Parameters:
      networktbl - Network table name.
  • Method Details

    • getTableName

      public String getTableName()
      Returns the network table name.
      Returns:
      Network table name.
    • toString

      public String toString()
      Builds a JSON String describing the remote analog output config.
      Overrides:
      toString in class Object
      Returns:
      Network table name.