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

Method channel_impl

implementation/tracing/src/channel_impl.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const filter_id_t FILTER_ID_ERROR(0);
13
14channel_impl::channel_impl(const std::string& _id, const std::string& _name) : id_(_id), name_(_name), current_filter_id_(1) { }
15
16std::string channel_impl::get_id() const {
17 return id_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected