summaryrefslogtreecommitdiff
path: root/implementation/tracing/include/defines.hpp
blob: fd5e8f80478c4b092c3b417d905827e965c9c814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2014-2021 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_TRACE_DEFINES_HPP_
#define VSOMEIP_TRACE_DEFINES_HPP_

#define VSOMEIP_TC_DEFAULT_CHANNEL_NAME             "Trace Connector Network Logging"
#define VSOMEIP_TC_DEFAULT_FILTER_TYPE              "positive"

#define VSOMEIP_TC_INSTANCE_POS_MIN                 8
#define VSOMEIP_TC_INSTANCE_POS_MAX                 9

#endif // VSOMEIP_TRACE_DEFINES_HPP_