Class WsRemoteAnalogOutput
java.lang.Object
org.wildstang.framework.io.outputs.Output
org.wildstang.framework.io.outputs.AnalogOutput
org.wildstang.hardware.roborio.outputs.WsRemoteAnalogOutput
Controls a remote analog output.
-
Constructor Summary
ConstructorsConstructorDescriptionWsRemoteAnalogOutput(String name, String p_networkTbl, double p_default) Constructs the remote output from config. -
Method Summary
Modifier and TypeMethodDescriptionvoidDoes nothing, config values only affects start state.protected voidSets remote output state to current value.Methods inherited from class org.wildstang.framework.io.outputs.AnalogOutput
getValue, setValue
-
Constructor Details
-
WsRemoteAnalogOutput
Constructs the remote output from config.- Parameters:
name- Descriptive name of the remote output.p_networkTbl- Network table name.p_default- Default value.
-
-
Method Details
-
sendDataToOutput
protected void sendDataToOutput()Sets remote output state to current value.- Specified by:
sendDataToOutputin classOutput
-
notifyConfigChange
public void notifyConfigChange()Does nothing, config values only affects start state.
-