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