Package org.wildstang.framework.hardware
Interface InputConfig
-
- All Known Implementing Classes:
WsAbsoluteEncoderConfig
,WsAnalogGyroConfig
,WsAnalogInputConfig
,WsCameraInputConfig
,WsContinuousI2CInputConfig
,WsDigitalInputConfig
,WsDPadButtonInputConfig
,WsI2CInputConfig
,WsJSButtonInputConfig
,WsJSJoystickInputConfig
,WsLidarInputConfig
,WsMotionProfileConfig
,WsMotionProfileInputConfig
,WsRemoteAnalogInputConfig
,WsRemoteDigitalInputConfig
public interface InputConfig
This interface could be deprecated as it provides no functionality other than categoriztion. However, being able to distinguish both OutputConfigs and InputConfigs can prevent at least the wrong type of Config from being used in Outputs and Inputs implementations, where we can't be specific enough to confirm the correct Config is paired with the matching Input/Output.