Comment 1 for bug 1392516

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

I think it wouldn't be difficult to add a real monotonic time source which defaults to epicsTimeGetCurrent() for platforms without such a time source. POSIX has clock_gettime w/ CLOCK_MONOTONIC and similar (RTEMS implements this). Windows has something as well. Not sure about vxWorks.