1 // Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
2 // This Source Code Form is subject to the terms of the Mozilla Public
3 // License, v. 2.0. If a copy of the MPL was not distributed with this
4 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 
6 #ifndef VSOMEIP_EXAMPLES_SAMPLE_IDS_HPP
7 #define VSOMEIP_EXAMPLES_SAMPLE_IDS_HPP
8 
9 #define SAMPLE_SERVICE_ID       0x1234
10 #define SAMPLE_INSTANCE_ID      0x5678
11 #define SAMPLE_METHOD_ID        0x0421
12 
13 #define SAMPLE_EVENT_ID         0x8778
14 #define SAMPLE_GET_METHOD_ID    0x0001
15 #define SAMPLE_SET_METHOD_ID    0x0002
16 
17 #define SAMPLE_EVENTGROUP_ID    0x4465
18 
19 #define OTHER_SAMPLE_SERVICE_ID 0x0248
20 #define OTHER_SAMPLE_INSTANCE_ID 0x5422
21 #define OTHER_SAMPLE_METHOD_ID  0x1421
22 
23 #endif // VSOMEIP_EXAMPLES_SAMPLE_IDS_HPP
24