priority_common.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_THREADS_PRIORITY_COMMON_HPP_
13 #define ECL_THREADS_PRIORITY_COMMON_HPP_
14 
15 /*****************************************************************************
16 ** Namespaces
17 *****************************************************************************/
18 
19 namespace ecl {
20 
21 /*****************************************************************************
22 ** Common types
23 *****************************************************************************/
24 
32 enum Priority {
44 };
45 
46 
47 } // namespace ecl
48 
49 #endif /*ECL_THREADS_PRIORITY_COMMON_HPP_*/
Embedded control libraries.
Priority
Shared abstraction of the scheduling priorities.


ecl_threads
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:44