19 #ifndef ECL_TIME_LITE_FUNCTIONS_HPP_ 20 #define ECL_TIME_LITE_FUNCTIONS_HPP_ 28 #include <ecl/time_lite/config.hpp> 34 #if defined(ECL_HAS_MACH_TIMERS) 36 #elif defined(ECL_HAS_RT_TIMERS) 40 #elif defined(ECL_HAS_POSIX_TIMERS) 42 #elif defined(ECL_HAS_WIN_TIMERS) 46 #error("There is not a supporting time implementation on this platform (possibly needs extended ecl support).") Simple posix implementation of ecl time functions.
Mach implementation of ecl time functions.
Windows interfaces for ecl time functions.
Real-time implementation of ecl time functions.