IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalConfigurationTypes.h
1 // LocalConfigurationTypes.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKCORE_LOCALCONFIGURATIONTYPES_H__
16 #define __IPSDKCORE_LOCALCONFIGURATIONTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace core {
22 
25 
31 
34 
37 
40 
43 
46 )
47 
48 
51 } // end of namespace ipsdk
52 } // end of namespace core
53 
54 #endif // __IPSDKCORE_LOCALCONFIGURATIONTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eLocalProcessorType
Definition: LocalConfigurationTypes.h:32
computer is a processing client (with network processing capabilities and without local processing ca...
Definition: LocalConfigurationTypes.h:42
computer is a processing server (with network processing capabilities and without client processing c...
Definition: LocalConfigurationTypes.h:40
computer is a standalone local processing client and server (without network processing capabilities)...
Definition: LocalConfigurationTypes.h:36
computer has no processing capabilities
Definition: LocalConfigurationTypes.h:34
computer is a processing client and server with network processing capabilities
Definition: LocalConfigurationTypes.h:38
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26