Class WsRemoteAnalogInputConfig

  • All Implemented Interfaces:
    InputConfig

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

      Constructors 
      Constructor Description
      WsRemoteAnalogInputConfig​(java.lang.String networktbl)
      Construct the remote analog output config.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTableName()
      Returns the network table name.
      java.lang.String toString()
      Builds a JSON String describing the remote analog output config.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WsRemoteAnalogInputConfig

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

      • getTableName

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

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