![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <mach/mach.h>
#include <mach/mach_time.h>
#include "dbDefs.h"
#include "errlog.h"
#include "epicsTime.h"
#include "generalTimeSup.h"
Go to the source code of this file.
Macros | |
#define | EPICS_EXPOSE_LIBCOM_MONOTONIC_PRIVATE |
Functions | |
void | osdMonotonicInit (void) |
epicsUInt64 | epicsMonotonicResolution (void) |
Monotonic time resolution, may not be accurate. Returns the minimum non-zero time difference between two calls to epicsMonotonicGet() in units of nanoseconds. More... | |
epicsUInt64 | epicsMonotonicGet (void) |
Fetch monotonic counter, returns the number of nanoseconds since some unspecified time. More... | |
#define EPICS_EXPOSE_LIBCOM_MONOTONIC_PRIVATE |
Definition at line 10 of file osdMonotonic.c.
epicsUInt64 epicsMonotonicGet | ( | void | ) |
Fetch monotonic counter, returns the number of nanoseconds since some unspecified time.
Definition at line 29 of file osdMonotonic.c.
epicsUInt64 epicsMonotonicResolution | ( | void | ) |
Monotonic time resolution, may not be accurate. Returns the minimum non-zero time difference between two calls to epicsMonotonicGet() in units of nanoseconds.
Definition at line 24 of file osdMonotonic.c.
void osdMonotonicInit | ( | void | ) |
Definition at line 19 of file osdMonotonic.c.