iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::bb::testing::detail Namespace Reference

Functions

static void sig_handler_flush_logger (int sig, siginfo_t *info IOX2_MAYBE_UNUSED, void *ucontext IOX2_MAYBE_UNUSED)
 

Variables

static jmp_buf exit_jmp_buffer
 

Function Documentation

◆ sig_handler_flush_logger()

static void iox2::bb::testing::detail::sig_handler_flush_logger ( int  sig,
siginfo_t *info  IOX2_MAYBE_UNUSED,
void *ucontext  IOX2_MAYBE_UNUSED 
)
static

Definition at line 204 of file testing_logger.hpp.

References exit_jmp_buffer.

Referenced by iox2::bb::testing::LogPrinter::OnTestStart().

Variable Documentation

◆ exit_jmp_buffer

jmp_buf iox2::bb::testing::detail::exit_jmp_buffer
static

Definition at line 202 of file testing_logger.hpp.

Referenced by sig_handler_flush_logger().