summaryrefslogtreecommitdiff
path: root/implementation/tracing/include/defines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/tracing/include/defines.hpp')
-rw-r--r--implementation/tracing/include/defines.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/implementation/tracing/include/defines.hpp b/implementation/tracing/include/defines.hpp
new file mode 100644
index 0000000..84ad5b6
--- /dev/null
+++ b/implementation/tracing/include/defines.hpp
@@ -0,0 +1,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_ */