Class WsRemoteAnalogInput
- java.lang.Object
-
- org.wildstang.framework.io.inputs.Input
-
- org.wildstang.framework.io.inputs.AnalogInput
-
- org.wildstang.hardware.roborio.inputs.WsRemoteAnalogInput
-
public class WsRemoteAnalogInput extends AnalogInput
Reads a remote analog input.
-
-
Constructor Summary
Constructors Constructor Description WsRemoteAnalogInput(java.lang.String p_name, java.lang.String p_networkTbl)
Construct the remote input.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
readRawValue()
Reads the value from the remote analog input.-
Methods inherited from class org.wildstang.framework.io.inputs.AnalogInput
getValue, readDataFromInput, setValue
-
Methods inherited from class org.wildstang.framework.io.inputs.Input
addInputListener, disable, enable, getInputListeners, getName, hasValueChanged, isEnabled, notifyListeners, removeAllListeners, removeInputListener, setValueChanged, update
-
-
-
-
Method Detail
-
readRawValue
public double readRawValue()
Reads the value from the remote analog input.- Specified by:
readRawValue
in classAnalogInput
- Returns:
- Raw value from input.
-
-