IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RequestOriginTypes.h
Go to the documentation of this file.
1 // RequestOriginTypes.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKCORE_REQUESTORIGINTYPES_H__
16 #define __IPSDKCORE_REQUESTORIGINTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace core {
22 
23 class BaseRequestOrigin;
24 
27 
33  (eRO_Local)
35 )
36 
37 
40 } // end of namespace core
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKCORE_REQUESTORIGINTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eRequestOrigin
Enumerate describing request origin.
Definition: RequestOriginTypes.h:34
Request issue from remote machine.
Definition: RequestOriginTypes.h:38
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Request issue from local machine.
Definition: RequestOriginTypes.h:36