Class WsRemoteAnalogInputConfig
- java.lang.Object
-
- org.wildstang.hardware.roborio.inputs.config.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.
-
-
-
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 classjava.lang.Object
- Returns:
- Network table name.
-
-