|
CTS-SAT-1-OBC-Firmware
|


Go to the source code of this file.
Functions | |
| void | LOG_to_file_lazy (const char filename[], const char msg[]) |
| Write a log message to an LFS log file. | |
| void | LOG_subtask_handle_sync_and_close_of_current_log_file () |
| Flush the current LittleFS log file(s), forcing a write to flash. | |
| int8_t | LOG_emergency_sync_current_log_file (void) |
| Syncs the current log file as minimally as possible. | |
| int8_t LOG_emergency_sync_current_log_file | ( | void | ) |
Syncs the current log file as minimally as possible.


| void LOG_subtask_handle_sync_and_close_of_current_log_file | ( | ) |
Flush the current LittleFS log file(s), forcing a write to flash.


| void LOG_to_file_lazy | ( | const char | filename[], |
| const char | msg[] ) |
Write a log message to an LFS log file.
| msg | The message to be logged |

