ddc
|
#include "../CommonLib/ddcConfig.h"
#include <time.h>
#include <string>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | DDCTimeUnix |
struct | DDCTimeHiRes |
struct | DDCTimeAvg |
Typedefs | |
typedef struct DDCTimeUnix | DDCTime |
Variables | |
const size_t | DDCDateBufferSize |
const size_t | DDCTimeBufferSize |
typedef struct DDCTimeUnix DDCTime |
typedef for default time class (either DDCTimeUnix or DDCTimeHiRes)
const size_t DDCDateBufferSize |
number of bytes to allocate for date-string buffers
Referenced by DDCTimeUnix::DateStr(), DDCTimeUnix::DateTime(), and ddcLog().
const size_t DDCTimeBufferSize |
number of bytes to allocate for time-string buffers
Referenced by DDCTimeUnix::DateTime(), DDCTimeHiRes::DateTime(), ddcLog(), and DDCTimeUnix::TimeStr().