#include "log-common.h"
Go to the source code of this file.
Functions | |
void | c_callback (rs2_log_severity severity, rs2_log_message const *msg, void *arg) |
TEST_CASE ("Logging C DEBUG","[log]") | |
Variables | |
size_t | c_n_callbacks = 0 |
void c_callback | ( | rs2_log_severity | severity, |
rs2_log_message const * | msg, | ||
void * | arg | ||
) |
Definition at line 10 of file test-c-debug.cpp.
TEST_CASE | ( | "Logging C DEBUG" | , |
"" | [log] | ||
) |
Definition at line 22 of file test-c-debug.cpp.
size_t c_n_callbacks = 0 |
Definition at line 9 of file test-c-debug.cpp.