EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
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
 
epicsUInt32 nsec
 nanoseconds within second
 

Detailed Description

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 42 of file epicsTime.h.


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