CTS-SAT-1-OBC-Firmware
|
Functions | |
None | check_tcmd_struct_fields () |
None | check_tcmd_arg_lists () |
None | check_tcmd_function_names_match_registration_names () |
Variables | |
GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir) | |
Check that the telecommand definitions are good.
None firmware_checks._01_check_tcmd_structs_and_docs.check_tcmd_arg_lists | ( | ) |
Check that the telecommand docstrings have the correct number of arguments.
None firmware_checks._01_check_tcmd_structs_and_docs.check_tcmd_function_names_match_registration_names | ( | ) |
Check that the telecommand function names match the registration names.
None firmware_checks._01_check_tcmd_structs_and_docs.check_tcmd_struct_fields | ( | ) |
Check that the telecommand struct fields are all present.
firmware_checks._01_check_tcmd_structs_and_docs.GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir) |