types.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_TIME_LITE_TYPES_HPP_
00013 #define ECL_TIME_LITE_TYPES_HPP_
00014 
00015 /*****************************************************************************
00016 ** Cross Platform Functionality
00017 *****************************************************************************/
00018 
00019 #include "config.hpp"
00020 
00021 /*****************************************************************************
00022 ** Includes
00023 *****************************************************************************/
00024 
00025 #if defined(ECL_HAS_WIN_TIMERS)
00026   #include "types_win.hpp"
00027 #elif defined(ECL_HAS_MAC_TIMERS) || defined(ECL_HAS_POSIX_TIMERS) || defined(ECL_HAS_RT_TIMERS) // should probably get cmake to check for timespec.
00028   #include "types_pos.hpp"
00029 #else
00030   #error("There is not a supporting time implementation on this platform (possibly needs extended ecl support).")
00031 #endif
00032 
00033 #endif /* ECL_TIME_LITE_TYPES_HPP_ */


ecl_time_lite
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:11:35