summaryrefslogtreecommitdiff
path: root/test/cpu_load_tests/cpu_load_test_globals.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpu_load_tests/cpu_load_test_globals.hpp')
-rw-r--r--test/cpu_load_tests/cpu_load_test_globals.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/cpu_load_tests/cpu_load_test_globals.hpp b/test/cpu_load_tests/cpu_load_test_globals.hpp
deleted file mode 100644
index e6897e3..0000000
--- a/test/cpu_load_tests/cpu_load_test_globals.hpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (C) 2014-2017 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/.
-
-#pragma once
-
-namespace cpu_load_test {
-
-static constexpr vsomeip::service_t service_id(0x1111);
-static constexpr vsomeip::instance_t instance_id(0x1);
-static constexpr vsomeip::method_t method_id(0x1111);
-static constexpr vsomeip::byte_t load_test_data(0xDD);
-static constexpr vsomeip::length_t default_payload_length(40);
-static constexpr vsomeip::method_t method_id_shutdown(0x7777);
-static constexpr vsomeip::method_t method_id_cpu_measure_start(0x8888);
-static constexpr vsomeip::method_t method_id_cpu_measure_stop(0x9999);
-}