Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Members
All
a
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
~
Functions
a
c
d
f
g
m
n
o
p
r
s
t
u
v
~
Variables
Related Functions
Files
File List
File Members
All
Functions
Macros
include
ecl
time
timestamp.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_TIME_TIME_STAMP_HPP_
13
#define ECL_TIME_TIME_STAMP_HPP_
14
15
/*****************************************************************************
16
** Cross Platform Functionality
17
*****************************************************************************/
18
19
#include <
ecl/config.hpp
>
20
21
/*****************************************************************************
22
** Includes
23
*****************************************************************************/
24
25
// Use the ecl cross platform time functions.
26
#include <
ecl/time_lite/functions.hpp
>
27
28
#if defined(ECL_IS_POSIX)
29
#include "
timestamp_pos.hpp
"
30
#elif defined(ECL_IS_WIN32)
31
#include "
timestamp_win.hpp
"
32
#endif
33
34
#endif
/* ECL_TIME_TIME_STAMP_HPP_ */
timestamp_win.hpp
Interfaces for the time_stamp class utilising win timers.
functions.hpp
timestamp_pos.hpp
Interfaces for the posix/rt timers.
config.hpp
ecl_time
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:19