15 #ifndef __IPSDKBASEPROCESSING_ASYNCPROCESSORTYPES_H__ 16 #define __IPSDKBASEPROCESSING_ASYNCPROCESSORTYPES_H__ 18 #include <IPSDKUtil/Tools/ProcessingResult.h> 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