#include "unit.hpp"#include "time_test.hpp"#include <boost/bind.hpp>#include <os/Timer.hpp>#include <rtt-detail-fwd.hpp>#include <iostream>
Go to the source code of this file.
Classes | |
| struct | TestTimer |
Macros | |
| #define | EPSILON 0.000000002 |
Functions | |
| BOOST_AUTO_TEST_CASE (testSecondsConversion) | |
| BOOST_AUTO_TEST_CASE (testTicksConversion) | |
| BOOST_AUTO_TEST_CASE (testTimeProgress) | |
| BOOST_AUTO_TEST_CASE (testTimers) | |
| BOOST_AUTO_TEST_CASE (testTimerPeriod) | |
| BOOST_AUTO_TEST_CASE (testTimerWaitFor) | |
| #define EPSILON 0.000000002 |
Definition at line 27 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testSecondsConversion | ) |
Definition at line 91 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTicksConversion | ) |
Definition at line 112 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimeProgress | ) |
Definition at line 133 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimers | ) |
Definition at line 170 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimerPeriod | ) |
Definition at line 221 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimerWaitFor | ) |
Definition at line 300 of file time_test.cpp.