cpu_time.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_TIME_LITE_CPU_TIME_HPP_
13 #define ECL_TIME_LITE_CPU_TIME_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
19 #include "errors.hpp"
20 #include "types.hpp"
21 #include <ecl/time_lite/config.hpp>
22 #include <ecl/config/macros.hpp>
23 #include "macros.hpp"
24 
25 /*****************************************************************************
26 ** Namespaces
27 *****************************************************************************/
28 
29 namespace ecl {
30 
31 #ifdef ECL_HAS_CPUTIME
32 
47 ecl_time_lite_PUBLIC TimeError cpu_time(TimeStructure &time);
48 #endif
49 
50 } // namespace ecl
51 
52 #endif /* ECL_TIME_LITE_CPU_TIME_HPP_ */
Pre-processed macros that define time for the platform.
#define ecl_time_lite_PUBLIC


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13