IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PriorityTypes.h
Go to the documentation of this file.
1 // PriorityTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKCORE_PRIORITYTYPES_H__
16 #define __IPSDKCORE_PRIORITYTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace core {
22 
25 
31 
32  (eP_Low)
33  (eP_Normal)
35  (eP_System)
36 )
38 
39 
42 } // end of namespace core
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKCORE_PRIORITYTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: PriorityTypes.h:40
Action will be executed with normal priority.
Definition: PriorityTypes.h:36
ePriority
Enumerate describing priority.
Definition: PriorityTypes.h:32
Action will be executed with a high priority.
Definition: PriorityTypes.h:38
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Action will be executed with a low priority.
Definition: PriorityTypes.h:34