CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
unit_tests
test_logging.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GUARD__TEST_LOGGING_H__
2
#define INCLUDE_GUARD__TEST_LOGGING_H__
3
4
#include <stdint.h>
5
6
uint8_t
TEST_EXEC__LOG_enable_disable_LOG_SINK_FILE
(
void
);
7
uint8_t
TEST_EXEC__LOG_enable_disable_LOG_SINK_UHF_RADIO
(
void
);
8
uint8_t
TEST_EXEC__LOG_enable_disable_LOG_SINK_UMBILICAL_UART
(
void
);
9
uint8_t
TEST_EXEC__LOG_enable_disable_LOG_FILE_LOGGING_FOR_SYSTEM_MPI
(
void
);
10
uint8_t
TEST_EXEC__LOG_all_sinks_except
(
void
);
11
12
#endif
// INCLUDE_GUARD__TEST_LOGGING_H__
TEST_EXEC__LOG_all_sinks_except
uint8_t TEST_EXEC__LOG_all_sinks_except(void)
Definition
test_logging.c:76
TEST_EXEC__LOG_enable_disable_LOG_FILE_LOGGING_FOR_SYSTEM_MPI
uint8_t TEST_EXEC__LOG_enable_disable_LOG_FILE_LOGGING_FOR_SYSTEM_MPI(void)
Definition
test_logging.c:58
TEST_EXEC__LOG_enable_disable_LOG_SINK_UMBILICAL_UART
uint8_t TEST_EXEC__LOG_enable_disable_LOG_SINK_UMBILICAL_UART(void)
Definition
test_logging.c:40
TEST_EXEC__LOG_enable_disable_LOG_SINK_FILE
uint8_t TEST_EXEC__LOG_enable_disable_LOG_SINK_FILE(void)
Definition
test_logging.c:4
TEST_EXEC__LOG_enable_disable_LOG_SINK_UHF_RADIO
uint8_t TEST_EXEC__LOG_enable_disable_LOG_SINK_UHF_RADIO(void)
Definition
test_logging.c:22
Generated by
1.17.0