#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
#include <iostream>
#include <coil/config_coil.h>
#include <coil/TimeValue.h>
Go to the source code of this file.
Namespaces | |
namespace | coil |
Functions | |
unsigned int | coil::sleep (unsigned int seconds) |
int | coil::sleep (TimeValue interval) |
int | coil::usleep (useconds_t usec) |
int | coil::gettimeofday (struct timeval *tv, struct timezone *tz) |
TimeValue | coil::gettimeofday () |
int | coil::settimeofday (const struct timeval *tv, const struct timezone *tz) |