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

Fix #2289, implement common search routine for config files #2290

Merged
merged 1 commit into from
Apr 13, 2023

Commits on Apr 13, 2023

  1. Fix nasa#2289, implement common search routine for config files

    Adds a 'cfe_locate_implementation_file()' function that provides a
    consistent means to find a file within the ${MISSION_DEFS} subdirectory.
    
    Similar locate/search logic was necessary in a few places, for
    generate_config_includefile as well as add_cfe_tables, but these were
    not consistent in the paths or ordering used.  Using this function
    should make them consistent.
    jphickey committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    810d203 View commit details
    Browse the repository at this point in the history