Class WsAnalogOutputConfig
- java.lang.Object
-
- org.wildstang.hardware.roborio.outputs.config.WsAnalogOutputConfig
-
- All Implemented Interfaces:
OutputConfig
public class WsAnalogOutputConfig extends java.lang.Object implements OutputConfig
Contains configurations for analog outputs.
-
-
Constructor Summary
Constructors Constructor Description WsAnalogOutputConfig(int channel, double p_default)Construct the analog output config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChannel()Returns the hardware port number.doublegetDefault()Returns the default output value.java.lang.StringtoString()Builds a JSON String describing the analog output config.
-
-
-
Method Detail
-
getChannel
public int getChannel()
Returns the hardware port number.- Returns:
- The hardware port number.
-
getDefault
public double getDefault()
Returns the default output value.- Returns:
- The default value.
-
toString
public java.lang.String toString()
Builds a JSON String describing the analog output config.- Overrides:
toStringin classjava.lang.Object- Returns:
- Channel number.
-
-