#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 ERROR","[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-error.cpp.
| TEST_CASE | ( | "Logging C ERROR" | , |
| "" | [log] | ||
| ) |
Definition at line 22 of file test-c-error.cpp.
| size_t c_n_callbacks = 0 |
Definition at line 9 of file test-c-error.cpp.