Duration representation for use with the WallTime class. More...
#include <duration.h>
Additional Inherited Members | |
![]() | |
int32_t | nsec |
int32_t | sec |
Duration representation for use with the WallTime class.
ros::DurationBase provides most of its functionality.
Definition at line 137 of file duration.h.
|
inline |
Definition at line 140 of file duration.h.
|
inline |
Definition at line 144 of file duration.h.
|
inlineexplicit |
Definition at line 148 of file duration.h.
Definition at line 75 of file duration.cpp.
bool roswrap::WallDuration::sleep | ( | ) | const |
sleep for the amount of time specified by this Duration. If a signal interrupts the sleep, resleeps for the time remaining.
Definition at line 566 of file time_modi.cpp.