IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RemoteComputerInfo.h
1 // RemoteComputerInfo.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKCORE_REMOTECOMPUTERINFO_H__
16 #define __IPSDKCORE_REMOTECOMPUTERINFO_H__
17 
19 #include <IPSDKCore/ComputerInfo/BaseComputerInfo.h>
20 #include <IPSDKUtil/Tools/Guid.h>
21 
22 namespace ipsdk {
23 namespace core {
24 
27 
29 {
30  // declare serial class
32 
33 public:
39 
40 // methods
41 public:
43  void init(const hard::ComputerDescription& computerDescription,
44  const LocalConfiguration& localConfiguration,
45  const SDKVersionInfo& sdkVersionInfo,
46  const Guid& socketGuid);
47 
51  const Guid& getSocketGuid() const;
52 
53 // attributes
54 protected:
57 };
58 
61 
62 } // end of namespace core
63 } // end of namespace ipsdk
64 
65 #endif // __IPSDKCORE_REMOTECOMPUTERINFO_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
Guid _socketGuid
guid of socket associated to link between local and remote machine
Definition: RemoteComputerInfo.h:56
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
Class encapsulating an auto initialized uuid.
Definition: Guid.h:27
Class encapsulating sdk version informations.
Definition: SDKVersionInfo.h:27
Definition: RemoteComputerInfo.h:28
Base class for objects agregating computer informations.
Definition: BaseComputerInfo.h:30
Description associated to a computer resource.
Definition: ComputerDescription.h:36