Go to the source code of this file.
|
void | LOG_to_file (const char filename[], const char msg[]) |
| Sends a log message to a log file.
|
|
void | LOG_to_umbilical_uart (const char msg[]) |
| Sends a log message to the umbilical UART.
|
|
void | LOG_to_uhf_radio (const char msg[]) |
| Sends a log message to the UHF radio.
|
|
◆ LOG_UART_TRANSMIT_TIMEOUT
#define LOG_UART_TRANSMIT_TIMEOUT 200 |
◆ LOG_to_file()
void LOG_to_file |
( |
const char | filename[], |
|
|
const char | msg[] ) |
Sends a log message to a log file.
- Parameters
-
filename | full path of the log file |
msg | The message to be logged |
◆ LOG_to_uhf_radio()
void LOG_to_uhf_radio |
( |
const char | msg[] | ) |
|
Sends a log message to the UHF radio.
- Parameters
-
msg | The message to be logged |
- Returns
- void
◆ LOG_to_umbilical_uart()
void LOG_to_umbilical_uart |
( |
const char | msg[] | ) |
|
Sends a log message to the umbilical UART.
- Parameters
-
msg | The message to be logged |
- Returns
- void