3#ifndef IMT_BASE_LIB_REMOTING_REMOTINGSERVICEIFC_H
4#define IMT_BASE_LIB_REMOTING_REMOTINGSERVICEIFC_H
Classes that implement this interface provide a generic mechanism to exchange data with a remoting pe...
Interface for the RemotingService.
virtual bool add(RemoteObjectIfc &remoteObject)=0
Adds a remote object.
virtual bool removeObject(RemoteObjectIfc &remoteObject)=0
Removes the given remote object.
RemotingServiceIfc() noexcept=default
virtual ~RemotingServiceIfc()=default
Destructor.
virtual bool isRemoteObjectAdded(int32_t const remoteObjectId) const =0
Returns true if the given remote object id is added to the remoting service.
virtual bool isRemoteObjectAdded(RemoteObjectIfc const &remoteObject) const =0
Returns true if the given remote object id is added to the remoting service.
This is a application specific file which is used to configure Imt.Base.Core.Math.