Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
RuntimeConfigApp.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_DFF_RUNTIME_RUNTIMECONFIGAPP_H
4#define IMT_BASE_DFF_RUNTIME_RUNTIMECONFIGAPP_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 dff {
18namespace runtime {
19
24static constexpr int16_t EXECUTABLES_MAX {32};
25
30static constexpr size_t EVENTPOOL_SIZE {2048U};
31
36static constexpr size_t EVENTPOOL_SMALL_SIZE {128U};
37
41static constexpr size_t EVENTDATA_SIZE_BYTES {100U};
42
46static constexpr size_t EVENTDATA_SMALL_SIZE_BYTES {16U};
47
52static constexpr int16_t TIMEPOOL_SIZE {64};
53
58static constexpr int16_t BUFFERPOOL_SIZE {64};
59
64static constexpr size_t STACK_SIZE_DEFAULT {128U};
65
71static constexpr size_t STACKPOOL_SIZE {128U * 32U};
72
73} // namespace runtime
74} // namespace dff
75} // namespace base
76} // namespace imt
77
83#define USE_SMALL_EVENT_BUFFER
84
90#define USE_BUFFERPOOL
91
92#endif // IMT_BASE_DFF_RUNTIME_RUNTIMECONFIGAPP_H
This is a application specific file which is used to configure Imt.Base.Core.Math.
__int16 int16_t
Definition stdint.h:59