summaryrefslogtreecommitdiff
path: root/interface/vsomeip/vsomeip.hpp
blob: f0a66c5e564148de089cf7040db0081df60a690f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2014-2021 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>
#include <vsomeip/trace.hpp>

namespace vsomeip = vsomeip_v3;

#endif // VSOMEIP_VSOMEIP_HPP