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.
I think it wouldn't be difficult to add a real monotonic time source which defaults to epicsTimeGetCur rent() 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.