summaryrefslogtreecommitdiff
path: root/interface/vsomeip/vsomeip.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/vsomeip/vsomeip.hpp')
-rw-r--r--interface/vsomeip/vsomeip.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface/vsomeip/vsomeip.hpp b/interface/vsomeip/vsomeip.hpp
new file mode 100644
index 0000000..90940b2
--- /dev/null
+++ b/interface/vsomeip/vsomeip.hpp
@@ -0,0 +1,20 @@
+// 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 <vsomeip/constants.hpp>
+#include <vsomeip/defines.hpp>
+#include <vsomeip/application.hpp>
+#include <vsomeip/message.hpp>
+#include <vsomeip/payload.hpp>
+#include <vsomeip/runtime.hpp>
+
+#endif // VSOMEIP_VSOMEIP_HPP