#include <stdint.h>
Go to the source code of this file.
◆ CTS1_run_system_self_check()
Perform the system self-check and store the results in the provided result struct.
- Parameters
-
result | Pointer to the struct to store the results of the self-check. |
- Note
- Powers off all systems that are tested after testing them. Powers on several systems.
◆ CTS1_self_check_struct_TO_json_list()
Convert the self-check struct to a JSON string.
- Parameters
-
self_check_struct | Self-check struct to convert to JSON. |
dest_json_str | Destination string to write the JSON to. |
dest_json_str_size | Size of the destination string (max length to write). |
show_passes | If 1, include the passed checks in the JSON. |