summaryrefslogtreecommitdiff
path: root/interface/compat/vsomeip/vsomeip.hpp
blob: 101e136ea7fd284b97d57a5baf00d562ffa5ad26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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