Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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_ */
xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38