CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
log
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
6
void
LOG_to_file_eager
(
const
char
filename[],
const
char
msg[]);
7
8
void
LOG_to_umbilical_uart
(
const
char
msg[]);
9
void
LOG_to_uhf_radio
(
const
char
msg[]);
10
11
#endif
// INCLUDE_GUARD__LOG_SINKS_H_
LOG_to_umbilical_uart
void LOG_to_umbilical_uart(const char msg[])
Sends a log message to the umbilical UART.
Definition
log_sinks.c:64
LOG_to_file_eager
void LOG_to_file_eager(const char filename[], const char msg[])
Sends a log message to a log file.
Definition
log_sinks.c:19
LOG_to_uhf_radio
void LOG_to_uhf_radio(const char msg[])
Sends a log message to the UHF radio.
Definition
log_sinks.c:74
Generated by
1.17.0