Struct epicsTimeStamp

Struct Documentation

struct epicsTimeStamp

EPICS time stamp, for use from C code.

Because it uses an unsigned 32-bit integer to hold the seconds count, an epicsTimeStamp can safely represent time stamps until the year 2106.

Public Members

epicsUInt32 secPastEpoch

seconds since 0000 Jan 1, 1990

epicsUInt32 nsec

nanoseconds within second