3#ifndef IMT_BASE_LIB_REMOTING_REMOTEOBJECTSIGNALCALLBACKTEMPLATE_H
4#define IMT_BASE_LIB_REMOTING_REMOTEOBJECTSIGNALCALLBACKTEMPLATE_H
20template<u
int16_t PROTOCOL_ID>
49 RemotingServiceIfc*
const pRemotingReceiveService, std::function<
void()> receiveCallback) :
51 m_receiveCallback {std::move(receiveCallback)} {
58 if (m_receiveCallback) {
73 std::function<void()> m_receiveCallback;
Deserializes various data types from the given byte buffer.
Serializes various data types into the given byte buffer.
Provides an abstract base class for all remote object implementations.
Defines a remote object template to serialize and deserialize a signal and send them to a callback fu...
RemoteObjectSignalCallbackTemplate(RemotingSendServiceIfc *const pRemotingSendService, RemotingServiceIfc *const pRemotingReceiveService, std::function< void()> receiveCallback)
Constructor for bi-directional communication.
void deserialize(::imt::base::core::serialization::Deserializer &) final
void serialize(::imt::base::core::serialization::Serializer &) const final
RemoteObjectSignalCallbackTemplate(RemotingSendServiceIfc *const pRemotingSendService)
Constructor for Tx only.
RemoteObjectSignalCallbackTemplate(RemotingServiceIfc *const pRemotingReceiveService, std::function< void()> receiveCallback)
Constructor for Rx only.
Interface for the remoting sending service (allows remote objects to initiate the send by themselves)...
Interface for the RemotingService.
This is a application specific file which is used to configure Imt.Base.Core.Math.