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

Method set_id

implementation/routing/src/remote_subscription.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void remote_subscription::set_id(const remote_subscription_id_t _id) {
78 id_ = _id;
79}
80
81std::shared_ptr<eventgroupinfo> remote_subscription::get_eventgroupinfo() const {
82 return eventgroupinfo_.lock();

Callers 4

startMethod · 0.45
on_client_assign_ackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected