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

Method get_reliable

implementation/routing/src/remote_subscription.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171std::shared_ptr<endpoint_definition> remote_subscription::get_reliable() const {
172 return reliable_;
173}
174
175void remote_subscription::set_reliable(const std::shared_ptr<endpoint_definition>& _reliable) {
176 reliable_ = _reliable;

Callers 8

is_subscribedMethod · 0.80
send_subscription_ackMethod · 0.80
get_unicast_targetsMethod · 0.80
notify_oneMethod · 0.80
expire_subscriptionsMethod · 0.80
on_remote_subscribeMethod · 0.80
on_remote_unsubscribeMethod · 0.80
remove_subscriptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected