IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Typedefs | Enumerations
ProcessingTypes.h File Reference

Predefined types for processing management. More...

#include <IPSDKUtil/Tools/ProcessingResult.h>
#include <IPSDKUtil/Tools/EnumMacros.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::core
 Namespace agregating IPSDK core execution routines and classes.
 

Typedefs

typedef ProcessingResult< eExecutionResult > ipsdk::core::ExecResult
 type used to retrieve an execution result
 

Enumerations

enum  ipsdk::core::eExecutionStatus { ipsdk::core::eES_NotStarted, ipsdk::core::eES_WaitingForExecution, ipsdk::core::eES_Running, ipsdk::core::eES_Completed }
 Enumerate describing an execution status. More...
 
enum  ipsdk::core::eExecutionResult { ipsdk::core::eER_Successful, ipsdk::core::eER_Failed, ipsdk::core::eER_Canceled }
 Enumerate describing an execution result. More...
 

Detailed Description

Predefined types for processing management.

Author
E. Noirfalise
Date
2013/12/24