Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
RemotingSendServiceIfc.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_LIB_REMOTING_REMOTINGSENDSERVICEIFC_H
4#define IMT_BASE_LIB_REMOTING_REMOTINGSENDSERVICEIFC_H
5
8
9namespace imt {
10namespace base {
11namespace lib {
12namespace remoting {
13
20// AXIVION Next Construct AutosarC++19_03-M10.1.1: Allowed construct, compatibility purposes
22
23public:
24
30 virtual bool send(int32_t const remoteObjectId) = 0;
31
36 virtual uint32_t getMaxTransferSize() const = 0;
37
38protected:
39
43 RemotingSendServiceIfc() noexcept = default;
44};
45
46} // namespace remoting
47} // namespace lib
48} // namespace base
49} // namespace imt
50
51#endif // IMT_BASE_LIB_REMOTING_REMOTINGSENDSERVICEIFC_H
Interface for the remoting sending service (allows remote objects to initiate the send by themselves)...
virtual uint32_t getMaxTransferSize() const =0
Return the buffer size.
RemotingSendServiceIfc() noexcept=default
Default constructor.
virtual bool send(int32_t const remoteObjectId)=0
Sends the remote object with the given id.
Interface for the RemotingService.
This is a application specific file which is used to configure Imt.Base.Core.Math.
__int32 int32_t
Definition stdint.h:60
unsigned __int32 uint32_t
Definition stdint.h:64