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>
Provides the base Class for RemotingSendService and RemotingReceiveService, which implements the RemotingServiceIfc.
- Todo:
- Rename to RemotingServiceAbs.
Definition at line 23 of file RemotingServiceBase.h.
◆ RemotingServiceBase()
imt::base::lib::remoting::RemotingServiceBase::RemotingServiceBase |
( |
| ) |
|
◆ add()
◆ getRemoteObject()
RemoteObjectIfc * imt::base::lib::remoting::RemotingServiceBase::getRemoteObject |
( |
int32_t const |
remoteObjectId | ) |
const |
|
protected |
Get the remote object by Id.
- Parameters
-
remoteObjectId | Id 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: