Interface OperatorIO


public interface OperatorIO
Interface for operator input/output hardware abstraction.
  • Method Details

    • updateInputs

      default void updateInputs(OperatorIO.OperatorIOInputs inputs, OperatorProfile profile)
      Updates the inputs based on the active profile.
      Parameters:
      inputs - The inputs object to populate.
      profile - The active operator profile.