#include <iostream>
#include <dynamic-graph/real-time-logger.h>
#include <boost/test/output_test_stream.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/thread/thread.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE real_time_logger |
#define | ENABLE_RT_LOG |
Functions | |
BOOST_AUTO_TEST_CASE (monothread) | |
BOOST_AUTO_TEST_CASE (multithread) | |
#define BOOST_TEST_MODULE real_time_logger |
Definition at line 14 of file tests/real-time-logger.cpp.
#define ENABLE_RT_LOG |
Definition at line 11 of file tests/real-time-logger.cpp.
BOOST_AUTO_TEST_CASE | ( | monothread | ) |
Definition at line 27 of file tests/real-time-logger.cpp.
BOOST_AUTO_TEST_CASE | ( | multithread | ) |
Definition at line 48 of file tests/real-time-logger.cpp.