$search
#include <rtcDuration.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 () |
Definition at line 101 of file rtcDuration.h.
rtc::WallDuration::WallDuration | ( | ) | [inline] |
Definition at line 104 of file rtcDuration.h.
rtc::WallDuration::WallDuration | ( | int32_t | _sec, | |
int32_t | _nsec | |||
) | [inline] |
Definition at line 108 of file rtcDuration.h.
rtc::WallDuration::WallDuration | ( | double | t | ) | [inline, explicit] |
Definition at line 112 of file rtcDuration.h.
bool 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 258 of file rtcTime.cpp.