Main Page
Namespaces
Classes
Files
File List
File Members
include
ecl
time
snooze.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_TIME_SNOOZE_HPP_
13
#define ECL_TIME_SNOOZE_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 "
snooze_pos.hpp
"
27
#else
28
#include "
snooze_win.hpp
"
29
#endif
30
31
#endif
/* ECL_TIME_SNOOZE_HPP_ */
config.hpp
snooze_pos.hpp
Periodic loop timers via the rt library.
snooze_win.hpp
Periodic loop timers via the rt library.
ecl_time
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:15