Duration representation for use with the WallTime class. More...
#include <duration.h>

Public Member Functions | |
| bool | sleep () const |
| sleep for the amount of time specified by this Duration. If a signal interrupts the sleep, resleeps for the time remaining. | |
| WallDuration (double t) | |
| WallDuration (int32_t _sec, int32_t _nsec) | |
| WallDuration () | |
Duration representation for use with the WallTime class.
ros::DurationBase provides most of its functionality.
Definition at line 146 of file duration.h.
| ros::WallDuration::WallDuration | ( | ) | [inline] |
Definition at line 149 of file duration.h.
| ros::WallDuration::WallDuration | ( | int32_t | _sec, | |
| int32_t | _nsec | |||
| ) | [inline] |
Definition at line 153 of file duration.h.
| ros::WallDuration::WallDuration | ( | double | t | ) | [inline, explicit] |
Definition at line 157 of file duration.h.
| bool ros::WallDuration::sleep | ( | ) | const |