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