Package org.wildstang.framework.hardware
Interface OutputConfig
- All Known Implementing Classes:
WsAnalogOutputConfig,WsDigitalOutputConfig,WsDoubleSolenoidConfig,WsI2COutputConfig,WsPhoenixConfig,WsPhoenixFollowerConfig,WsRelayConfig,WsRemoteAnalogOutputConfig,WsRemoteDigitalOutputConfig,WsServoConfig,WsSolenoidConfig,WsSparkConfig,WsSparkFollowerConfig
public interface OutputConfig
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.