CTS-SAT-1-OBC-Firmware
|
Functions | |
list[str] | get_tcmdexec_function_name_definition_list () |
list[str] | get_tcmdexec_registered_function_name_list () |
None | validate_tcmdexec_registration () |
Variables | |
GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir) | |
Check that all `TCMDEXEC_` function definitions are registered in the table.
list[str] firmware_checks._03_check_missing_tcmd_registrations.get_tcmdexec_function_name_definition_list | ( | ) |
Get the list of all `TCMDEXEC_` function names in the repository.
list[str] firmware_checks._03_check_missing_tcmd_registrations.get_tcmdexec_registered_function_name_list | ( | ) |
Get the list of all `TCMDEXEC_` function names in the table.
None firmware_checks._03_check_missing_tcmd_registrations.validate_tcmdexec_registration | ( | ) |
Check that all `TCMDEXEC_` functions are registered in the table.
firmware_checks._03_check_missing_tcmd_registrations.GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir) |