#include "rtc/rtcTime.h"
#include <cmath>
#include <time.h>
#include <iomanip>
#include <stdexcept>
#include <boost/thread/mutex.hpp>
#include <sys/time.h>
Go to the source code of this file.
Functions | |
static bool | g_stopped (false) |
void | getWallTime (uint32_t &sec, uint32_t &nsec) |
bool | wallSleep (uint32_t sec, uint32_t nsec) |
Variables | |
static boost::mutex | g_sim_time_mutex |
static bool g_stopped | ( | false | ) | [static] |
void getWallTime | ( | uint32_t & | sec, |
uint32_t & | nsec | ||
) |
Definition at line 37 of file rtcTime.cpp.
bool wallSleep | ( | uint32_t | sec, |
uint32_t | nsec | ||
) |
Definition at line 198 of file rtcTime.cpp.
boost::mutex g_sim_time_mutex [static] |
Definition at line 35 of file rtcTime.cpp.