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

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

#endif /* TRACING_INCLUDE_DEFINES_HPP_ */