Class WsRemoteDigitalInput
java.lang.Object
org.wildstang.framework.io.inputs.Input
org.wildstang.framework.io.inputs.DigitalInput
org.wildstang.hardware.roborio.inputs.WsRemoteDigitalInput
Reads a remote digital input.
-
Constructor Summary
ConstructorsConstructorDescriptionWsRemoteDigitalInput(String p_name, String p_networkTbl) Construct the remote input. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReads the value from the remote digital input.Methods inherited from class org.wildstang.framework.io.inputs.DigitalInput
getValue, readDataFromInput, setValueMethods inherited from class org.wildstang.framework.io.inputs.Input
addInputListener, disable, enable, getInputListeners, getName, hasValueChanged, isEnabled, notifyListeners, removeAllListeners, removeInputListener, setValueChanged, update
-
Constructor Details
-
WsRemoteDigitalInput
Construct the remote input.- Parameters:
p_name- Name of the input.p_networkTbl- Network table name.
-
-
Method Details
-
readRawValue
public boolean readRawValue()Reads the value from the remote digital input.- Specified by:
readRawValuein classDigitalInput- Returns:
- Raw value from input.
-