Skip to content
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

Factory Configuration Bug Fix #731

Merged
merged 4 commits into from
Oct 6, 2022
Merged

Commits on Oct 3, 2022

  1. Factory Configuration Bug Fix

    When factory configurations are created before the bundle containing the factory component is installed and started, DS should find those configurations in the Configuration Admin repository and register them as part of the factory component startup. Signed-off-by The MathWorks, Inc. <pelliott@mathworks.com>
    pelliott-mathworks committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4291023 View commit details
    Browse the repository at this point in the history
  2. Factory Configuration Bug fix

    Addressed code review feedback. Signed-off-by The MathWorks, Inc. <pelliott@mathworks.com>
    pelliott-mathworks committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4595c66 View commit details
    Browse the repository at this point in the history
  3. Update ComponentConfigurationImpl.cpp

    Fixed compilation failure in Ubuntu Minimum Gcc build. Signed-off-by The MathWorks, Inc. <pelliott@mathworks.com>
    pelliott-mathworks committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1e110f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Update TestFactoryPid.cpp

    Change auto const to constexpr. Signed-off-by The MathWorks, Inc. <pelliott@mathworks.com>
    pelliott-mathworks committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e220c87 View commit details
    Browse the repository at this point in the history