|
|
long int | UI::Util::getTimeValSec () |
| | Get "sec"-part from gettimeofday(2).
|
|
long int | UI::Util::getTimeValUSec () |
| | Get "usec"-part from gettimeofday(2).
|
| unsigned int | UI::Util::nanosleep (unsigned int seconds, long int nanoseconds) |
| | No Signal Sleep: Using POSIX nanosleep(2).
|
| unsigned int | UI::Util::nssleep (unsigned int seconds) |
| | No Signal Seconds Sleep: Using POSIX nanosleep(2).
|
| unsigned int | UI::Util::nsnsleep (long int nanoseconds) |
| | No Signal Nano Sleep.
|
|
std::ostream & | UI::Util::operator<< (std::ostream &os, RealTimeStamp const &rt) |
| | Streaming operator for RealTimeStamp.
|