Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
RemotingConfigApp.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_REMOTINGCONFIGAPP_H
4#define IMT_BASE_LIB_REMOTING_REMOTINGCONFIGAPP_H
5
11// AXIVION FILE Style AutosarC++19_03-A2.8.1: File provides global configuration constants and defines.
12
14
15namespace imt {
16namespace base {
17namespace lib {
18namespace remoting {
19
23static constexpr size_t REMOTING_MAX_MESSAGE_SIZE {1024U};
24
28static constexpr size_t DATA_FRAME_SIZE {REMOTING_MAX_MESSAGE_SIZE * 2U};
29
42static constexpr size_t DATA_FRAME_POOL_SIZE {16U};
43
47static constexpr size_t REMOTE_OBJECT_MAX {64U};
48
49} // namespace remoting
50} // namespace lib
51} // namespace base
52} // namespace imt
53
54#endif // IMT_BASE_LIB_REMOTING_REMOTINGCONFIGAPP_H
This is a application specific file which is used to configure Imt.Base.Core.Math.