Duration representation for use with the Time class. More...
#include <duration.h>
Additional Inherited Members | |
![]() | |
int32_t | nsec |
int32_t | sec |
Duration representation for use with the Time class.
ros::DurationBase provides most of its functionality.
Definition at line 109 of file duration.h.
|
inline |
Definition at line 112 of file duration.h.
|
inline |
Definition at line 116 of file duration.h.
|
inlineexplicit |
Definition at line 120 of file duration.h.
Definition at line 71 of file duration.cpp.
bool roswrap::Duration::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 469 of file time_modi.cpp.