![]() |
Dataflow Runtime API
2.7.4.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. | |
| virtual | ~RemotingReceiveService (void) |
| Destructor. | |
| virtual void | onDataReceived (const uint8_t *const pData, const uint32_t countDataBytes) |
Public Member Functions inherited from imt::base::lib::remoting::RemotingServiceBase | |
| RemotingServiceBase (void) | |
| Constructor. | |
| virtual | ~RemotingServiceBase (void) |
| Destructor. | |
| 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... | |
Public Member Functions inherited from imt::base::lib::remoting::RemotingServiceIfc | |
| virtual | ~RemotingServiceIfc (void) |
| Destructor. | |
Public Member Functions inherited from imt::base::lib::remoting::DataReceiverIfc | |
| virtual | ~DataReceiverIfc (void) |
| Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from imt::base::lib::remoting::RemotingServiceBase | |
| 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.
|
virtual |
Implements imt::base::lib::remoting::DataReceiverIfc.