MCPcopy Create free account
hub / github.com/COVESA/vsomeip / connector_impl

Method connector_impl

implementation/tracing/src/connector_impl.cpp:53–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53connector_impl::connector_impl() : is_enabled_(false), is_sd_enabled_(false) {
54
55 channels_[VSOMEIP_TC_DEFAULT_CHANNEL_ID] =
56 std::make_shared<channel_impl>(VSOMEIP_TC_DEFAULT_CHANNEL_ID, VSOMEIP_TC_DEFAULT_CHANNEL_NAME);
57#ifdef USE_DLT
58 std::shared_ptr<DltContext> its_default_context = std::make_shared<DltContext>();
59
60 contexts_[VSOMEIP_TC_DEFAULT_CHANNEL_ID] = its_default_context;
61 DLT_REGISTER_CONTEXT_LL_TS(*(its_default_context.get()), VSOMEIP_TC_DEFAULT_CHANNEL_ID, VSOMEIP_TC_DEFAULT_CHANNEL_NAME, DLT_LOG_INFO,
62 DLT_TRACE_STATUS_ON);
63#endif
64}
65
66connector_impl::~connector_impl() {
67 reset();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected