3#ifndef IMT_BASE_LIB_REMOTING_REMOTEOBJECTIFC_H
4#define IMT_BASE_LIB_REMOTING_REMOTEOBJECTIFC_H
Deserializes various data types from the given byte buffer.
Serialization is the process of translating data structures into a binary representation.
Classes that implement this interface provide a generic mechanism to exchange data with a remoting pe...
virtual void onReceive(::imt::base::core::serialization::Deserializer &buffer)=0
Will be called when data has been received.
virtual void attach(int32_t const uniqueId)=0
Attaches this remote object to remoting service.
virtual bool send()=0
Sends this remote object.
virtual void detach()=0
Detaches this remote object from remoting service.
RemoteObjectIfc() noexcept=default
virtual int32_t getUniqueId() const =0
Gets the unique id of this remote object.
static constexpr int32_t UNDEFINED_ID
ID to indicate no or an invalid remote object.
This is a application specific file which is used to configure Imt.Base.Core.Math.