Interface DriverIO
public interface DriverIO
Interface for driver input/output hardware abstraction.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classContainer for driver input values. -
Method Summary
Modifier and TypeMethodDescriptiondefault voidupdateInputs(DriverIO.DriverIOInputs inputs, DriverProfile profile) Updates the inputs based on the active profile.
-
Method Details
-
updateInputs
Updates the inputs based on the active profile.- Parameters:
inputs- The inputs object to populate.profile- The active driver profile.
-