ddc
Classes | Typedefs | Variables
ddcTime.h File Reference
#include "../CommonLib/ddcConfig.h"
#include <time.h>
#include <string>
#include <map>
#include <vector>
Include dependency graph for ddcTime.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ DDCTime

typedef struct DDCTimeUnix DDCTime

typedef for default time class (either DDCTimeUnix or DDCTimeHiRes)

Variable Documentation

◆ DDCDateBufferSize

const size_t DDCDateBufferSize

number of bytes to allocate for date-string buffers

Referenced by DDCTimeUnix::DateStr(), DDCTimeUnix::DateTime(), and ddcLog().

◆ DDCTimeBufferSize

const size_t DDCTimeBufferSize

number of bytes to allocate for time-string buffers

Referenced by DDCTimeUnix::DateTime(), DDCTimeHiRes::DateTime(), ddcLog(), and DDCTimeUnix::TimeStr().