#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 |
| Common Object Interface Layer.
|
Functions |
unsigned int | coil::sleep (unsigned int seconds) |
| Stop a processing at specified second time.
|
int | coil::sleep (TimeValue interval) |
| Stop a processing at specified second time.
|
int | coil::usleep (useconds_t usec) |
| Stop a processing at specified micro second time.
|
int | coil::gettimeofday (struct timeval *tv, struct timezone *tz) |
| Get the time and timezone.
|
TimeValue | coil::gettimeofday () |
| Get the time.
|
int | coil::settimeofday (const struct timeval *tv, const struct timezone *tz) |
| Set the time and timezone.
|