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

Method set_forwarded

implementation/routing/src/remote_subscription.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void remote_subscription::set_forwarded() {
287 this->final_destination_.store(destiny::forward, std::memory_order_release);
288}
289
290void remote_subscription::clear_destiny() {
291 this->final_destination_.store(destiny::none, std::memory_order_release);

Callers 1

on_remote_subscribeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected