include
ecl
time
sleep.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_TIME_SLEEP_HPP_
13
#define ECL_TIME_SLEEP_HPP_
14
15
/*****************************************************************************
16
** Cross Platform Functionality
17
*****************************************************************************/
18
19
#include <
ecl/config.hpp
>
20
21
/*****************************************************************************
22
** Includes
23
*****************************************************************************/
24
25
#if defined(ECL_IS_POSIX)
26
#include "
sleep_pos.hpp
"
27
#elif defined(ECL_IS_WIN32)
28
#include "
sleep_win.hpp
"
29
#endif
30
31
#endif
/* ECL_TIME_SLEEP_HPP_ */
sleep_pos.hpp
Interface for the sleep classes utilising posix timers.
sleep_win.hpp
Interface for the sleep classes utilising posix timers.
config.hpp
ecl_time
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:19