Provides the base Class for RemotingSendService and RemotingReceiveService, which implements the RemotingServiceIfc.
More...
#include <Imt.Base.Lib.Remoting/RemotingServiceBase.h>
◆ RemotingServiceBase()
imt::base::lib::remoting::RemotingServiceBase::RemotingServiceBase |
( |
| ) |
|
◆ ~RemotingServiceBase()
virtual imt::base::lib::remoting::RemotingServiceBase::~RemotingServiceBase |
( |
| ) |
|
|
virtual |
◆ add()
virtual bool imt::base::lib::remoting::RemotingServiceBase::add |
( |
RemoteObjectIfc & |
remoteObject | ) |
|
|
virtual |
◆ getRemoteObject()
bool imt::base::lib::remoting::RemotingServiceBase::getRemoteObject |
( |
int32_t const |
remoteObjectId, |
|
|
RemoteObjectIfc *& |
pRemoteObject |
|
) |
| const |
|
protected |
Get the remote object by Id.
- Parameters
-
remoteObjectId | Id of the remote object. |
pRemoteObject | Only valid if return value is true. |
- Returns
- True if remoteObject is registered.
◆ 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]
virtual bool imt::base::lib::remoting::RemotingServiceBase::isRemoteObjectAdded |
( |
int32_t const |
remoteObjectId | ) |
const |
|
virtual |
◆ isRemoteObjectAdded() [2/2]
virtual bool imt::base::lib::remoting::RemotingServiceBase::isRemoteObjectAdded |
( |
RemoteObjectIfc const & |
remoteObject | ) |
const |
|
virtual |
◆ removeObject()
virtual bool imt::base::lib::remoting::RemotingServiceBase::removeObject |
( |
RemoteObjectIfc & |
remoteObject | ) |
|
|
virtual |
The documentation for this class was generated from the following file: