This is Unofficial EPICS BASE Doxygen Site
epicsTimeStamp Struct Reference

EPICS time stamp, for use from C code. More...

#include "epicsTime.h"

Public Attributes

epicsUInt32 secPastEpoch
 seconds since 0000 Jan 1, 1990 More...
 
epicsUInt32 nsec
 nanoseconds within second More...
 

Detailed Description

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.

Definition at line 33 of file epicsTime.h.

Member Data Documentation

epicsUInt32 epicsTimeStamp::nsec

nanoseconds within second

Definition at line 35 of file epicsTime.h.

epicsUInt32 epicsTimeStamp::secPastEpoch

seconds since 0000 Jan 1, 1990

Definition at line 34 of file epicsTime.h.


The documentation for this struct was generated from the following file: