This is Unofficial EPICS BASE Doxygen Site
timeval Struct Reference

BSD and SRV5 Unix timestamp. More...

#include "epicsTime.h"

Detailed Description

BSD and SRV5 Unix timestamp.

BSD and SRV5 Unix timestamp. It has two fields:

  • time_t tv_sec - Number of seconds since 1970 (The POSIX epoch)
  • time_t tv_nsec - nanoseconds within a second

Definition at line 52 of file epicsTime.h.


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