|
LRAUV
revA
|
Contains the Timestamp and Timespan class implementations. More...
#include "Timestamp.h"#include <ctype.h>#include <stdlib.h>#include <math.h>#include <pthread.h>#include <sys/time.h>#include <time.h>#include <string.h>#include <stdio.h>#include <unistd.h>#include "utils/AuvMath.h"#include "utils/Str.h"
Macros | |
| #define | __suseconds_t unsigned long int |
| #define | __time_t long int |
Variables | |
| *int | tm_min |
| Returns value as struct tm: int tm_sec; /* seconds. More... | |
| *int | tm_hour |
| *int | tm_mday |
| *int | tm_mon |
| *int | tm_year |
| *int | tm_wday |
| *int | tm_yday |
| *int | tm_isdst |
Contains the Timestamp and Timespan class implementations.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| #define __suseconds_t unsigned long int |
| #define __time_t long int |
| * int tm_hour |
| * int tm_isdst |
| * int tm_mday |
| * int tm_min |
Returns value as struct tm: int tm_sec; /* seconds.
| * int tm_mon |
| * int tm_wday |
| * int tm_yday |
| * int tm_year |