Package org.wildstang.framework.hardware
Interface InputFactory
-
- All Known Implementing Classes:
RoboRIOInputFactory
public interface InputFactoryCreates Input objects attached to a specified port, and of a specified type. This interface would have been purge because it only has one implementation, however, that implementation is in org.wildstang.hardware and we would prefer org.wildstang.framework not import anything from there.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputcreateInput(Inputs p_input)Creates an Input from an enumeration of WsInputs.voidinit()Any preperation should be done in this method.
-