#include "sick_scan/sick_scan_base.h"#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 | roswrap::Duration |
| Duration representation for use with the Time class. More... | |
| class | roswrap::DurationBase< T > |
| Base class for Duration implementations. Provides storage, common functions and operator overloads. This should not need to be used directly. More... | |
| class | roswrap::WallDuration |
| Duration representation for use with the WallTime class. More... | |
Namespaces | |
| boost | |
| boost::posix_time | |
| roswrap | |
Macros | |
| #define | ROS_DURATION_H |
Functions | |
| ROSTIME_DECL void | roswrap::normalizeSecNSecSigned (int32_t &sec, int32_t &nsec) |
| ROSTIME_DECL void | roswrap::normalizeSecNSecSigned (int64_t &sec, int64_t &nsec) |
| std::ostream & | roswrap::operator<< (std::ostream &os, const Duration &rhs) |
| std::ostream & | roswrap::operator<< (std::ostream &os, const WallDuration &rhs) |
Variables | |
| const ROSTIME_DECL Duration | roswrap::DURATION_MAX |
| const ROSTIME_DECL Duration | roswrap::DURATION_MIN |
| #define ROS_DURATION_H |
Definition at line 37 of file duration.h.