|
uint8_t | TCMDEXEC_log_set_sink_enabled_state (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Set a LOG sink's enabled state.
|
|
uint8_t | TCMDEXEC_log_set_system_file_logging_enabled_state (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Set a LOG subsystem's file logging enabled state.
|
|
uint8_t | TCMDEXEC_log_report_sink_enabled_state (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Report a LOG sink's enabled state.
|
|
uint8_t | TCMDEXEC_log_report_all_sink_enabled_states (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Report all LOG sink enable states.
|
|
uint8_t | TCMDEXEC_log_report_system_file_logging_state (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Report LOG subsystem's file logging state (and show logging filename)
|
|
uint8_t | TCMDEXEC_log_report_all_system_file_logging_states (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Report all LOG subsystem file logging states.
|
|
uint8_t | TCMDEXEC_log_set_sink_debugging_messages_state (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Enable or disable debugging messages for LOG sink.
|
|
uint8_t | TCMDEXEC_log_set_system_debugging_messages_state (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Enable or disable debugging messages for LOG subsystem.
|
|
uint8_t | TCMDEXEC_log_set_system_severity_mask (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: set the severity levels that a system will log.
|
|
uint8_t | TCMDEXEC_log_report_n_latest_messages_from_memory (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Report the N latest log messages into response_output_buf.
|
|
uint8_t TCMDEXEC_log_set_system_severity_mask |
( |
const char * | args_str, |
|
|
char * | response_output_buf, |
|
|
uint16_t | response_output_buf_len ) |
Telecommand: set the severity levels that a system will log.
- Parameters
-
args_str |
- Arg 0: Subsystem enum
- Arg 1: severity mask
|
Allows fine-grained control over what severities a subsystem will log FrontierSat subsystems LOG_SYSTEM_OBC = 1 LOG_SYSTEM_UHF_RADIO = 2 LOG_SYSTEM_UMBILICAL_UART = 4 LOG_SYSTEM_GNSS = 8 LOG_SYSTEM_MPI = 16 LOG_SYSTEM_EPS = 32 LOG_SYSTEM_BOOM = 64 LOG_SYSTEM_ADCS = 128 LOG_SYSTEM_LFS = 256 LOG_SYSTEM_FLASH = 512 LOG_SYSTEM_ANTENNA_DEPLOY = 1024 LOG_SYSTEM_LOG = 2048 LOG_SYSTEM_TELECOMMAND = 4096 LOG_SYSTEM_UNIT_TEST = 8192
LOG severity LOG_SEVERITY_DEBUG = 1 LOG_SEVERITY_NORMAL = 2 LOG_SEVERITY_WARNING = 4 LOG_SEVERITY_ERROR = 8 LOG_SEVERITY_CRITICAL = 16