Interface OperatorIO
public interface OperatorIO
Interface for operator input/output hardware abstraction.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classContainer for operator input values. -
Method Summary
Modifier and TypeMethodDescriptiondefault voidupdateInputs(OperatorIO.OperatorIOInputs inputs, OperatorProfile 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 operator profile.
-