Class WsRemoteAnalogInputConfig
java.lang.Object
org.wildstang.hardware.roborio.inputs.config.WsRemoteAnalogInputConfig
- All Implemented Interfaces:
InputConfig
Contains configuration for remote analog inputs.
-
Constructor Summary
ConstructorsConstructorDescriptionWsRemoteAnalogInputConfig(String networktbl) Construct the remote analog output config. -
Method Summary
Modifier and TypeMethodDescriptionReturns the network table name.toString()Builds a JSON String describing the remote analog output config.
-
Constructor Details
-
WsRemoteAnalogInputConfig
Construct the remote analog output config.- Parameters:
networktbl- Network table name.
-
-
Method Details