Class WsAnalogInputConfig
java.lang.Object
org.wildstang.hardware.roborio.inputs.config.WsAnalogInputConfig
- All Implemented Interfaces:
InputConfig
Contains configuration for analog inputs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the hardware port number.toString()Builds a JSON String describing the analog output config.
-
Constructor Details
-
WsAnalogInputConfig
public WsAnalogInputConfig(int channel) Construct the analog output config.- Parameters:
channel- Analog hardware port number.
-
-
Method Details