CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
firmware_checks._03_check_missing_tcmd_registrations Namespace Reference

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)
 

Detailed Description

Check that all `TCMDEXEC_` function definitions are registered in the table.

Function Documentation

◆ get_tcmdexec_function_name_definition_list()

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.
Here is the caller graph for this function:

◆ get_tcmdexec_registered_function_name_list()

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.
Here is the caller graph for this function:

◆ validate_tcmdexec_registration()

None firmware_checks._03_check_missing_tcmd_registrations.validate_tcmdexec_registration ( )
Check that all `TCMDEXEC_` functions are registered in the table.
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ GIT_REPO_ROOT_PATH

firmware_checks._03_check_missing_tcmd_registrations.GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir)