summaryrefslogtreecommitdiff
path: root/examples/sample-ids.hpp
blob: 28132a1b2bdc25a7b9927bccd6acf979a1116646 (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-2015 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_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_GET_METHOD_ID	0x8001
#define SAMPLE_SET_METHOD_ID	0x8002

#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