nasa / CF

The Core Flight System (cFS) CFDP application.
Apache License 2.0
76 stars 45 forks source link

Fix #105, Remove 'dummy' from variable names #370

Closed thnkslprpt closed 1 year ago

thnkslprpt commented 1 year ago

Checklist

Describe the contribution Fixes #105 Resubmission of https://github.com/nasa/CF/pull/367 Somehow I tied myself in a few knots trying to squash the merge commit and some clang-format corrections into a single commit. Anyway, this new PR is from an updated branch so there should be no merge commits I believe. Removed (unnecessary) use of 'dummy' in several variable names and corresponding function names for completeness - e.g. cf_config_table_tests_set_table_to_nominal()). Note Dummy_CF_TsnChanAction_fn_t() left as is due to conflicting type defined with the exact same name as this function.

Testing performed GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully (except cppcheck convert to sarif issue - already documented here: https://github.com/nasa/cFS/pull/657)

Expected behavior changes None

Contributor Info Avi Weiss @thnkslprpt