summaryrefslogtreecommitdiff
path: root/examples/sample-ids.hpp
blob: 45a6f85dde7b3cea9449a087a1d81f53f79d2280 (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 BMW Group
// Author: Lutz Bichler (lutz.bichler@bmw.de)
// 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_EXAMPLES_SAMPLE_IDS_HPP
#define VSOMEIP_EXAMPLES_SAMPLE_IDS_HPP

#define SAMPLE_SERVICE_ID	0x1234
#define SAMPLE_INSTANCE_ID	0x5678
#define SAMPLE_METHOD_ID	0x8421
#define SAMPLE_EVENT_ID		0x0778

#define SAMPLE_EVENTGROUP_ID	0x4465

#define OTHER_SAMPLE_SERVICE_ID	0x0248
#define OTHER_SAMPLE_INSTANCE_ID 0x5422
#define OTHER_SAMPLE_METHOD_ID	0x1421

#endif // VSOMEIP_EXAMPLES_SAMPLE_IDS_HPP