functions_rt.hpp
Go to the documentation of this file.
00001 
00010 /*****************************************************************************
00011 ** Ifdefs
00012 *****************************************************************************/
00013 
00014 #ifndef ECL_TIME_LITE_FUNCTIONS_RT_HPP_
00015 #define ECL_TIME_LITE_FUNCTIONS_RT_HPP_
00016 
00017 /*****************************************************************************
00018 ** Cross Platform Configuration
00019 *****************************************************************************/
00020 
00021 #include <ecl/time_lite/config.hpp>
00022 #include "macros.hpp"
00023 
00024 #if defined(ECL_HAS_RT_TIMERS)
00025 
00026 /*****************************************************************************
00027 ** Includes
00028 *****************************************************************************/
00029 
00030 #include <ctime>
00031 #include <ecl/config/macros.hpp>
00032 #include "errors.hpp"
00033 #include "types.hpp"
00034 
00035 /*****************************************************************************
00036 ** Namespaces
00037 *****************************************************************************/
00038 
00039 namespace ecl {
00055 ecl_time_lite_PUBLIC  TimeError epoch_time(TimeStructure &time);
00056 
00074 ecl_time_lite_PUBLIC  TimeError sleep_until(const TimeStructure &time);
00075 
00092 ecl_time_lite_PUBLIC  TimeError sleep(const TimeStructure &time);
00093 
00094 } // namespace ecl
00095 
00096 #endif
00097 #endif /* ECL_TIME_LITE_FUNCTIONS_RT_HPP_ */


ecl_time_lite
Author(s): Daniel Stonier
autogenerated on Wed Aug 26 2015 11:27:16