IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AsyncProcessorTypes.h
Go to the documentation of this file.
1 // AsyncProcessorTypes.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_ASYNCPROCESSORTYPES_H__
16 #define __IPSDKBASEPROCESSING_ASYNCPROCESSORTYPES_H__
17 
18 #include <IPSDKUtil/Tools/ProcessingResult.h>
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
32 
34  (eRRT_NoMore)
36 )
37 
38 
43 
46 
47 } // end of namespace processor
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKBASEPROCESSING_ASYNCPROCESSORTYPES_H__
Class allowing to encapsulate a typed process result associated to a string description.
Definition: ProcessingResult.h:28
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eRetrievalResultType
Enumerate describing a provider retrieval result type.
Definition: AsyncProcessorTypes.h:33
Failed to retrieve provider.
Definition: AsyncProcessorTypes.h:39
No more providers to retrieve, end of processing reached.
Definition: AsyncProcessorTypes.h:37
Provider successfully retrieved.
Definition: AsyncProcessorTypes.h:35
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26