|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | CTS1_system_self_check_result_struct_t |
Functions | |
| void | CTS1_run_system_self_check (CTS1_system_self_check_result_struct_t *result) |
| Perform the system self-check and store the results in the provided result struct. | |
| void | CTS1_self_check_struct_TO_json_list (CTS1_system_self_check_result_struct_t self_check_struct, char dest_json_str[], uint16_t dest_json_str_size, uint8_t show_passes) |
| Convert the self-check struct to a JSON string. | |
| void CTS1_run_system_self_check | ( | CTS1_system_self_check_result_struct_t * | result | ) |
Perform the system self-check and store the results in the provided result struct.
| result | Pointer to the struct to store the results of the self-check. |


| void CTS1_self_check_struct_TO_json_list | ( | CTS1_system_self_check_result_struct_t | self_check_struct, |
| char | dest_json_str[], | ||
| uint16_t | dest_json_str_size, | ||
| uint8_t | show_passes ) |
Convert the self-check struct to a JSON string.
| 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. |

