• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
2 // This Source Code Form is subject to the terms of the Mozilla Public
3 // License, v. 2.0. If a copy of the MPL was not distributed with this
4 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 
6 #ifndef VSOMEIP_TRACE_DEFINES_HPP_
7 #define VSOMEIP_TRACE_DEFINES_HPP_
8 
9 #define VSOMEIP_TC_DEFAULT_CHANNEL_NAME             "Trace Connector Network Logging"
10 #define VSOMEIP_TC_DEFAULT_FILTER_TYPE              "positive"
11 
12 #define VSOMEIP_TC_INSTANCE_POS_MIN                 8
13 #define VSOMEIP_TC_INSTANCE_POS_MAX                 9
14 
15 #endif // VSOMEIP_TRACE_DEFINES_HPP_
16