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

Method get_id

implementation/routing/src/remote_subscription.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73remote_subscription_id_t remote_subscription::get_id() const {
74 return id_;
75}
76
77void remote_subscription::set_id(const remote_subscription_id_t _id) {
78 id_ = _id;

Callers 7

initMethod · 0.45
startMethod · 0.45
invoke_handlerMethod · 0.45
expire_subscriptionsMethod · 0.45
on_remote_subscribeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected