summaryrefslogtreecommitdiff
path: root/implementation/tracing/include/defines.hpp
blob: 84ad5b611f45d49ee7ed35f9a4f04d38509715d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2014-2016 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"

#endif /* TRACING_INCLUDE_DEFINES_HPP_ */