summaryrefslogtreecommitdiff
path: root/test/big_payload_tests/big_payload_test_globals.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/big_payload_tests/big_payload_test_globals.hpp')
-rw-r--r--test/big_payload_tests/big_payload_test_globals.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/big_payload_tests/big_payload_test_globals.hpp b/test/big_payload_tests/big_payload_test_globals.hpp
new file mode 100644
index 0000000..851545a
--- /dev/null
+++ b/test/big_payload_tests/big_payload_test_globals.hpp
@@ -0,0 +1,17 @@
+// Copyright (C) 2015 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 BIG_PAYLOAD_TEST_GLOBALS_HPP_
+#define BIG_PAYLOAD_TEST_GLOBALS_HPP_
+
+#include <cstdint>
+
+namespace big_payload_test {
+ constexpr std::uint32_t BIG_PAYLOAD_SIZE = 1024*600;
+ constexpr vsomeip::byte_t DATA_SERVICE_TO_CLIENT = 0xAA;
+ constexpr vsomeip::byte_t DATA_CLIENT_TO_SERVICE = 0xFF;
+}
+
+#endif /* BIG_PAYLOAD_TEST_GLOBALS_HPP_ */