You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose
Create a Mechanism class to separate logic for individual mechanisms and abstract it out of the subsystems without causing duplicated code in the IOs.
Scope
Create a mechanism class that handles an IO and updates inputs and applies outputs
Create an IO interface that other IOs can implement, so that the mechanism class can handle IOs automatically
Purpose
Create a Mechanism class to separate logic for individual mechanisms and abstract it out of the subsystems without causing duplicated code in the IOs.
Scope
Based on: this discussion.
The text was updated successfully, but these errors were encountered: