|
CTS-SAT-1-OBC-Firmware
|

Go to the source code of this file.
Macros | |
| #define | LOG_UART_TRANSMIT_TIMEOUT 200 |
Functions | |
| void | LOG_to_file_eager (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. | |
| #define LOG_UART_TRANSMIT_TIMEOUT 200 |
| void LOG_to_file_eager | ( | const char | filename[], |
| const char | msg[] ) |
Sends a log message to a log file.
| filename | full path of the system-specific log file - currently not used |
| msg | The message to be logged |

| void LOG_to_uhf_radio | ( | const char | msg[] | ) |
Sends a log message to the UHF radio.
| msg | The message to be logged |


| void LOG_to_umbilical_uart | ( | const char | msg[] | ) |
Sends a log message to the umbilical UART.
| msg | The message to be logged |

