![]() |
This is Unofficial EPICS BASE Doxygen Site
|
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 7 of file osdMonotonic.c.
epicsUInt64 epicsMonotonicGet | ( | void | ) |
Fetch monotonic counter, returns the number of nanoseconds since some unspecified time.
Definition at line 57 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 52 of file osdMonotonic.c.
void osdMonotonicInit | ( | void | ) |
Definition at line 16 of file osdMonotonic.c.