|
Embedded Artistry Framework
Embedded Systems C++ Framework
|


Classes | |
| struct | timespec |
| struct | timeval |
| struct | tm |
Macros | |
| #define | CLOCKS_PER_SEC 1000000L |
| #define | TIME_UTC 1 |
| #define | _STRUCT_TIMESPEC |
| #define | _STRUCT_TIMEVAL |
Typedefs | |
| typedef int | clockid_t |
| typedef void * | timer_t |
| typedef unsigned long | clock_t |
| typedef unsigned | useconds_t |
Functions | |
| char * | asctime (const struct tm *) |
| clock_t | clock (void) |
| time_t | time (time_t *) |
| double | difftime (time_t, time_t) |
| time_t | mktime (struct tm *) |
| size_t | strftime (char *__restrict, size_t, const char *__restrict, const struct tm *__restrict) |
| struct tm * | gmtime (const time_t *) |
| struct tm * | localtime (const time_t *) |
| char * | ctime (const time_t *) |
| int | timespec_get (struct timespec *, int) |
| struct timespec |
| Class Members | ||
|---|---|---|
| long | tv_nsec | |
| time_t | tv_sec | |
| struct timeval |
| Class Members | ||
|---|---|---|
| time_t | tv_sec | |
| suseconds_t | tv_usec | |
| struct tm |
| #define _STRUCT_TIMESPEC |
| #define _STRUCT_TIMEVAL |
| #define CLOCKS_PER_SEC 1000000L |
| #define TIME_UTC 1 |
| typedef unsigned long clock_t |
| typedef int clockid_t |
| typedef void* timer_t |
| typedef unsigned useconds_t |
| char* asctime | ( | const struct tm * | ) |
References asctime_r(), and buf.
| clock_t clock | ( | void | ) |
| char* ctime | ( | const time_t * | ) |
| size_t strftime | ( | char * | __restrict, |
| size_t | , | ||
| const char * | __restrict, | ||
| const struct tm * | __restrict | ||
| ) |
| int timespec_get | ( | struct timespec * | , |
| int | |||
| ) |
1.8.15