-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full functionality of chainable controllers #667
Merged
Merged
Commits on May 15, 2022
-
Extending ControllerInterface with methods for chainable controllers.
Update structure of chainable controller to allow mode chaning only in 'UNCONFIGURED' state. Switching to chained_mode is only forbidden if controller is active. Add default implementation for 'on_set_chained_mode' method. Avoid compile warning about unused variables. Added check if all reference interface storage is initialized and that interface prefix is equal to controller's name. Optimize tests and 'usings'. Use two internal methods instead of 'update' directly on chained controllers. Reorder constructor.
Configuration menu - View commit details
-
Copy full SHA for d19c724 - Browse repository at this point
Copy the full SHA d19c724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ae2b2 - Browse repository at this point
Copy the full SHA 03ae2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d7383 - Browse repository at this point
Copy the full SHA c5d7383View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 862987e - Browse repository at this point
Copy the full SHA 862987eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7bd7f - Browse repository at this point
Copy the full SHA 0b7bd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4af6b - Browse repository at this point
Copy the full SHA 2a4af6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b17e0 - Browse repository at this point
Copy the full SHA 44b17e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0cc0a7 - Browse repository at this point
Copy the full SHA b0cc0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f883120 - Browse repository at this point
Copy the full SHA f883120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a46e6c - Browse repository at this point
Copy the full SHA 0a46e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b16a1b - Browse repository at this point
Copy the full SHA 1b16a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fee31 - Browse repository at this point
Copy the full SHA 50fee31View commit details -
Split test into smaller reusable chunks and start test for auto-switc…
…hing chained mode.
Configuration menu - View commit details
-
Copy full SHA for a3f928d - Browse repository at this point
Copy the full SHA a3f928dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b64da - Browse repository at this point
Copy the full SHA a0b64daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b05bf2 - Browse repository at this point
Copy the full SHA 1b05bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7b040 - Browse repository at this point
Copy the full SHA 5d7b040View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac6a89 - Browse repository at this point
Copy the full SHA fac6a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2be1d1 - Browse repository at this point
Copy the full SHA a2be1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0348e8d - Browse repository at this point
Copy the full SHA 0348e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed0d8d6 - Browse repository at this point
Copy the full SHA ed0d8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648d039 - Browse repository at this point
Copy the full SHA 648d039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bcd7c - Browse repository at this point
Copy the full SHA 65bcd7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cad977b - Browse repository at this point
Copy the full SHA cad977bView commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cb9154 - Browse repository at this point
Copy the full SHA 1cb9154View commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0ff012 - Browse repository at this point
Copy the full SHA b0ff012View commit details
Commits on Jun 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d652a34 - Browse repository at this point
Copy the full SHA d652a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ead608 - Browse repository at this point
Copy the full SHA 8ead608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b81f80 - Browse repository at this point
Copy the full SHA 4b81f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe20955 - Browse repository at this point
Copy the full SHA fe20955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 702f69f - Browse repository at this point
Copy the full SHA 702f69fView commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6d2f23 - Browse repository at this point
Copy the full SHA e6d2f23View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.