Class WsRemoteDigitalOutput
java.lang.Object
org.wildstang.framework.io.outputs.Output
org.wildstang.framework.io.outputs.DigitalOutput
org.wildstang.hardware.roborio.outputs.WsRemoteDigitalOutput
Controls a remote digital output.
-
Constructor Summary
ConstructorsConstructorDescriptionWsRemoteDigitalOutput(String name, String p_networkTbl, boolean 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.DigitalOutput
getValue, setValue
-
Constructor Details
-
WsRemoteDigitalOutput
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.
-