CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
log_sinks.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__LOG_SINKS_H_
2#define INCLUDE_GUARD__LOG_SINKS_H_
3
4#define LOG_UART_TRANSMIT_TIMEOUT 200
5
6void LOG_to_file_eager(const char filename[], const char msg[]);
7
8void LOG_to_umbilical_uart(const char msg[]);
9void LOG_to_uhf_radio(const char msg[]);
10
11#endif // INCLUDE_GUARD__LOG_SINKS_H_
void LOG_to_umbilical_uart(const char msg[])
Sends a log message to the umbilical UART.
Definition log_sinks.c:65
void LOG_to_file_eager(const char filename[], const char msg[])
Sends a log message to a log file.
Definition log_sinks.c:19
void LOG_to_uhf_radio(const char msg[])
Sends a log message to the UHF radio.
Definition log_sinks.c:75