|
const Duration | ros::DURATION_MAX (std::numeric_limits< int32_t >::max(), 999999999) |
|
const Duration | ros::DURATION_MIN (std::numeric_limits< int32_t >::min(), 0) |
|
static bool | ros::g_initialized (false) |
|
static bool | ros::g_stopped (false) |
|
static bool | ros::g_use_sim_time (true) |
|
ROSTIME_DECL void | ros::normalizeSecNSec (uint32_t &sec, uint32_t &nsec) |
|
ROSTIME_DECL void | ros::normalizeSecNSec (uint64_t &sec, uint64_t &nsec) |
|
ROSTIME_DECL void | ros::normalizeSecNSecUnsigned (int64_t &sec, int64_t &nsec) |
|
ROSTIME_DECL std::ostream & | ros::operator<< (std::ostream &os, const Duration &rhs) |
|
ROSTIME_DECL std::ostream & | ros::operator<< (std::ostream &os, const SteadyTime &rhs) |
|
ROSTIME_DECL std::ostream & | ros::operator<< (std::ostream &os, const Time &rhs) |
|
ROSTIME_DECL std::ostream & | ros::operator<< (std::ostream &os, const WallDuration &rhs) |
|
ROSTIME_DECL std::ostream & | ros::operator<< (std::ostream &os, const WallTime &rhs) |
|
int | ros::ros_nanosleep (const uint32_t &sec, const uint32_t &nsec) |
| Simple representation of the rt library nanosleep function. More...
|
|
ROSTIME_DECL void | ros::ros_steadytime (uint32_t &sec, uint32_t &nsec) |
|
bool | ros::ros_wallsleep (uint32_t sec, uint32_t nsec) |
| Go to the wall! More...
|
|
ROSTIME_DECL void | ros::ros_walltime (uint32_t &sec, uint32_t &nsec) |
|
const Time | ros::TIME_MAX (std::numeric_limits< uint32_t >::max(), 999999999) |
|
const Time | ros::TIME_MIN (0, 1) |
|