Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::lib::remoting::RemotingServiceBase Class Reference

Provides the base Class for RemotingSendService and RemotingReceiveService, which implements the RemotingServiceIfc. More...

#include <Imt.Base.Lib.Remoting/inc/Imt.Base.Lib.Remoting/RemotingServiceBase.h>

Inheritance diagram for imt::base::lib::remoting::RemotingServiceBase:
imt::base::lib::remoting::RemotingServiceIfc imt::base::core::platform::Nonmovable imt::base::lib::remoting::RemotingReceiveService imt::base::lib::remoting::RemotingSendService

Public Member Functions

 RemotingServiceBase ()
 Constructor.
 
bool isRemoteObjectAdded (RemoteObjectIfc const &remoteObject) const override
 
bool isRemoteObjectAdded (int32_t const remoteObjectId) const override
 
bool add (RemoteObjectIfc &remoteObject) override
 
bool removeObject (RemoteObjectIfc &remoteObject) override
 
uint32_t getRemoteObjectCount () const
 Returns the count of remote objects that have been added to the remoting service.
 
- Public Member Functions inherited from imt::base::lib::remoting::RemotingServiceIfc
virtual ~RemotingServiceIfc ()=default
 Destructor.
 
virtual bool isRemoteObjectAdded (RemoteObjectIfc const &remoteObject) const =0
 Returns true if the given remote object id is added to the remoting service.
 
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 add (RemoteObjectIfc &remoteObject)=0
 Adds a remote object.
 
virtual bool removeObject (RemoteObjectIfc &remoteObject)=0
 Removes the given remote object.
 

Protected Member Functions

RemoteObjectIfcgetRemoteObject (int32_t const remoteObjectId) const
 Get the remote object by Id.
 
- Protected Member Functions inherited from imt::base::lib::remoting::RemotingServiceIfc
 RemotingServiceIfc () noexcept=default
 
 RemotingServiceIfc (RemotingServiceIfc const &) noexcept=delete
 
 RemotingServiceIfc (RemotingServiceIfc &&) noexcept=delete
 
RemotingServiceIfcoperator= (RemotingServiceIfc const &) &noexcept=delete
 
RemotingServiceIfcoperator= (RemotingServiceIfc &&) &noexcept=delete
 

Detailed Description

Provides the base Class for RemotingSendService and RemotingReceiveService, which implements the RemotingServiceIfc.

Todo:
Rename to RemotingServiceAbs.

Definition at line 23 of file RemotingServiceBase.h.

Constructor & Destructor Documentation

◆ RemotingServiceBase()

imt::base::lib::remoting::RemotingServiceBase::RemotingServiceBase ( )

Constructor.

Member Function Documentation

◆ add()

bool imt::base::lib::remoting::RemotingServiceBase::add ( RemoteObjectIfc remoteObject)
overridevirtual

◆ getRemoteObject()

RemoteObjectIfc * imt::base::lib::remoting::RemotingServiceBase::getRemoteObject ( int32_t const  remoteObjectId) const
protected

Get the remote object by Id.

Parameters
remoteObjectIdId of the remote object.
Returns
Remote object or nullptr if id is not found.

◆ getRemoteObjectCount()

uint32_t imt::base::lib::remoting::RemotingServiceBase::getRemoteObjectCount ( ) const

Returns the count of remote objects that have been added to the remoting service.

Returns
count of remote objects that have been added to the remoting service.

◆ isRemoteObjectAdded() [1/2]

bool imt::base::lib::remoting::RemotingServiceBase::isRemoteObjectAdded ( int32_t const  remoteObjectId) const
overridevirtual

◆ isRemoteObjectAdded() [2/2]

bool imt::base::lib::remoting::RemotingServiceBase::isRemoteObjectAdded ( RemoteObjectIfc const &  remoteObject) const
overridevirtual

◆ removeObject()

bool imt::base::lib::remoting::RemotingServiceBase::removeObject ( RemoteObjectIfc remoteObject)
overridevirtual

The documentation for this class was generated from the following file: