summaryrefslogtreecommitdiff
path: root/examples/sample-ids.hpp
blob: 3fc097f5ccfb2d723a79e4346a353a078bbb4c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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	0x0421

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

#endif // VSOMEIP_EXAMPLES_SAMPLE_IDS_HPP