summaryrefslogtreecommitdiff
path: root/interface/compat/vsomeip/vsomeip.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/compat/vsomeip/vsomeip.hpp')
-rw-r--r--interface/compat/vsomeip/vsomeip.hpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/interface/compat/vsomeip/vsomeip.hpp b/interface/compat/vsomeip/vsomeip.hpp
new file mode 100644
index 0000000..101e136
--- /dev/null
+++ b/interface/compat/vsomeip/vsomeip.hpp
@@ -0,0 +1,21 @@
+// 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/.
+
+#ifndef VSOMEIP_VSOMEIP_HPP
+#define VSOMEIP_VSOMEIP_HPP
+
+/**
+ * \brief The central vsomeip header. Include this to use vsomeip.
+ */
+
+#include "../../compat/vsomeip/application.hpp"
+#include "../../compat/vsomeip/constants.hpp"
+#include "../../compat/vsomeip/defines.hpp"
+#include "../../compat/vsomeip/message.hpp"
+#include "../../compat/vsomeip/payload.hpp"
+#include "../../compat/vsomeip/runtime.hpp"
+#include "../../compat/vsomeip/trace.hpp"
+
+#endif // VSOMEIP_VSOMEIP_HPP