CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
log_sinks.h File Reference
This graph shows which files directly or indirectly include this file:

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.

Macro Definition Documentation

◆ LOG_UART_TRANSMIT_TIMEOUT

#define LOG_UART_TRANSMIT_TIMEOUT   200

Function Documentation

◆ LOG_to_file_eager()

void LOG_to_file_eager ( const char filename[],
const char msg[] )

Sends a log message to a log file.

Parameters
filenamefull path of the system-specific log file - currently not used
msgThe message to be logged
Note
This function is potentially unused, as we've moved to lazy logging..
Here is the call graph for this function:

◆ LOG_to_uhf_radio()

void LOG_to_uhf_radio ( const char msg[])

Sends a log message to the UHF radio.

Parameters
msgThe message to be logged
Returns
void
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LOG_to_umbilical_uart()

void LOG_to_umbilical_uart ( const char msg[])

Sends a log message to the umbilical UART.

Parameters
msgThe message to be logged
Returns
void
Here is the caller graph for this function: