#include "unit.hpp"#include "time_test.hpp"#include <Time.hpp>#include <os/TimeService.hpp>#include <os/Timer.hpp>#include <string>#include <rtt-config.h>#include <boost/bind.hpp>#include <rtt-detail-fwd.hpp>#include <iostream>

Go to the source code of this file.
Classes | |
| struct | TestTimer |
Defines | |
| #define | EPSILON 0.000000002 |
Functions | |
| BOOST_AUTO_TEST_CASE (testTimerPeriod) | |
| BOOST_AUTO_TEST_CASE (testTimers) | |
| BOOST_AUTO_TEST_CASE (testTimeProgress) | |
| BOOST_AUTO_TEST_CASE (testTicksConversion) | |
| BOOST_AUTO_TEST_CASE (testSecondsConversion) | |
| #define EPSILON 0.000000002 |
Definition at line 27 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimerPeriod | ) |
Definition at line 215 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimers | ) |
Definition at line 164 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTimeProgress | ) |
Definition at line 127 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTicksConversion | ) |
Definition at line 106 of file time_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testSecondsConversion | ) |
Definition at line 85 of file time_test.cpp.