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

Method get_unreliable

implementation/routing/src/remote_subscription.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179std::shared_ptr<endpoint_definition> remote_subscription::get_unreliable() const {
180 return unreliable_;
181}
182
183void remote_subscription::set_unreliable(const std::shared_ptr<endpoint_definition>& _unreliable) {
184 unreliable_ = _unreliable;

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

Calls

no outgoing calls

Tested by

no test coverage detected