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(const char filename[], const char msg[]);
7void LOG_to_umbilical_uart(const char msg[]);
8void LOG_to_uhf_radio(const char msg[]);
9
10#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:72
void LOG_to_file(const char filename[], const char msg[])
Sends a log message to a log file.
Definition log_sinks.c:16
void LOG_to_uhf_radio(const char msg[])
Sends a log message to the UHF radio.
Definition log_sinks.c:82