// 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_