IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalComputerInfo.h
1 // LocalComputerInfo.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKCORE_LOCALCOMPUTERINFO_H__
16 #define __IPSDKCORE_LOCALCOMPUTERINFO_H__
17 
19 #include <IPSDKCore/ComputerInfo/BaseComputerInfo.h>
20 #include <IPSDKUtil/Tools/ProcessingResult.h>
21 
22 namespace ipsdk {
23 namespace core {
24 
27 
29 {
30  // declare serial class
32 
33 public:
39 
40 // methods
41 public:
44  BoolResult init(const LocalConfiguration& localConfiguration);
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace core
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKCORE_LOCALCOMPUTERINFO_H__
#define IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className)
macro enabling serialization on class
Definition: SerializationHdrMacro.h:73
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: LocalComputerInfo.h:28
Definition of import/export macro for library.
Class allowing to describe local computer processing configuration.
Definition: LocalConfiguration.h:35
#define IPSDKCORE_API
Import/Export macro for library IPSDKCore.
Definition: IPSDKCoreExports.h:27
Base class for objects agregating computer informations.
Definition: BaseComputerInfo.h:30