summaryrefslogtreecommitdiff
path: root/test/network_tests/e2e_tests/e2e_profile_04_test_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/e2e_tests/e2e_profile_04_test_common.hpp')
-rw-r--r--test/network_tests/e2e_tests/e2e_profile_04_test_common.hpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/network_tests/e2e_tests/e2e_profile_04_test_common.hpp b/test/network_tests/e2e_tests/e2e_profile_04_test_common.hpp
new file mode 100644
index 0000000..04cba23
--- /dev/null
+++ b/test/network_tests/e2e_tests/e2e_profile_04_test_common.hpp
@@ -0,0 +1,24 @@
+// Copyright (C) 2020 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#ifndef E2E_PROFILE_04_TEST_COMMON_HPP_
+#define E2E_PROFILE_04_TEST_COMMON_HPP_
+
+#include <vsomeip/vsomeip.hpp>
+
+const vsomeip::service_t PROFILE_04_SERVICE = 0xd025;
+const vsomeip::instance_t PROFILE_04_INSTANCE = 0x0001;
+const vsomeip::major_version_t PROFILE_04_MAJOR = 0x01;
+const vsomeip::minor_version_t PROFILE_04_MINOR = 0x00000000;
+
+const vsomeip::method_t PROFILE_04_METHOD = 0x0001;
+const vsomeip::method_t PROFILE_04_SHUTDOWN = 0x0002;
+
+const vsomeip::eventgroup_t PROFILE_04_EVENTGROUP = 0x0001;
+const vsomeip::event_t PROFILE_04_EVENT = 0x8001;
+
+#define PROFILE_O4_NUM_MESSAGES 3
+
+#endif // E2E_PROFILE_04_TEST_COMMON_HPP_