#include <iostream>#include <math.h>#include <stdexcept>#include <climits>#include <stdint.h>#include "rostime_decl.h"

Go to the source code of this file.
Classes | |
| class | rs2rosinternal::Duration |
| Duration representation for use with the Time class. More... | |
| class | rs2rosinternal::DurationBase< T > |
| Base class for Duration implementations. Provides storage, common functions and operator overloads. This should not need to be used directly. More... | |
| class | rs2rosinternal::WallDuration |
| Duration representation for use with the WallTime class. More... | |
Namespaces | |
| boost | |
| BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
| boost::posix_time | |
| rs2rosinternal | |
Functions | |
| ROSTIME_DECL void | rs2rosinternal::normalizeSecNSecSigned (int64_t &sec, int64_t &nsec) |
| ROSTIME_DECL void | rs2rosinternal::normalizeSecNSecSigned (int32_t &sec, int32_t &nsec) |
| std::ostream & | rs2rosinternal::operator<< (std::ostream &os, const Duration &rhs) |
| std::ostream & | rs2rosinternal::operator<< (std::ostream &os, const WallDuration &rhs) |
Variables | |
| ROSTIME_DECL const Duration | rs2rosinternal::DURATION_MAX |
| ROSTIME_DECL const Duration | rs2rosinternal::DURATION_MIN |