Class WsRemoteAnalogOutputConfig
java.lang.Object
org.wildstang.hardware.roborio.outputs.config.WsRemoteAnalogOutputConfig
- All Implemented Interfaces:
OutputConfig
Contains configurations for remote analog outputs.
-
Constructor Summary
ConstructorsConstructorDescriptionWsRemoteAnalogOutputConfig(String networktbl, double p_default) Construct the remote analog output config. -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the default output value.Returns the network table's name.toString()Builds a JSON String describing the remote analog output config.
-
Constructor Details
-
WsRemoteAnalogOutputConfig
Construct the remote analog output config.- Parameters:
networktbl- Network table name.p_default- Default output value.
-
-
Method Details
-
getTableName
Returns the network table's name.- Returns:
- The network table name.
-
getDefault
public double getDefault()Returns the default output value.- Returns:
- The default value.
-
toString
Builds a JSON String describing the remote analog output config.
-