Class WsAnalogInputConfig
- java.lang.Object
-
- org.wildstang.hardware.roborio.inputs.config.WsAnalogInputConfig
-
- All Implemented Interfaces:
InputConfig
public class WsAnalogInputConfig extends java.lang.Object implements InputConfig
Contains configuration for analog inputs.
-
-
Constructor Summary
Constructors Constructor Description WsAnalogInputConfig(int channel)
Construct the analog output config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChannel()
Returns the hardware port number.java.lang.String
toString()
Builds a JSON String describing the analog output config.
-