![]() |
Dataflow Runtime API
3.0.3.0
|
Service for remote objects to receive data from another remote object. More...
#include <Imt.Base.Lib.Remoting/RemotingReceiveService.h>
Public Member Functions | |
RemotingReceiveService (void) | |
Constructor. More... | |
virtual | ~RemotingReceiveService (void) |
Destructor. More... | |
virtual void | onDataReceived (const uint8_t *const pData, const uint32_t countDataBytes) |
![]() | |
RemotingServiceBase () | |
Constructor. More... | |
virtual | ~RemotingServiceBase () |
Destructor. More... | |
virtual bool | isRemoteObjectAdded (const RemoteObjectIfc &remoteObject) const |
virtual bool | isRemoteObjectAdded (const int32_t remoteObjectId) const |
virtual bool | add (RemoteObjectIfc &remoteObject) |
virtual bool | removeObject (RemoteObjectIfc &remoteObject) |
uint32_t | getRemoteObjectCount (void) const |
Returns the count of remote objects that have been added to the remoting service. More... | |
![]() | |
virtual | ~RemotingServiceIfc (void) |
Destructor. More... | |
![]() | |
virtual | ~DataReceiverIfc (void) |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
bool | getRemoteObject (const int32_t remoteObjectId, RemoteObjectIfc *&pRemoteObject) const |
Get the remote object by Id. More... | |
Service for remote objects to receive data from another remote object.
|
explicit |
Constructor.
|
virtual |
Destructor.
|
virtual |
Implements imt::base::lib::remoting::DataReceiverIfc.