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

Method set_subscriber

implementation/routing/src/remote_subscription.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void remote_subscription::set_subscriber(const std::shared_ptr<endpoint_definition>& _subscriber) {
168 subscriber_ = _subscriber;
169}
170
171std::shared_ptr<endpoint_definition> remote_subscription::get_reliable() const {
172 return reliable_;

Callers 5

send_subscribe_ackMethod · 0.45
send_subscribe_nackMethod · 0.45
send_subscribe_nackMethod · 0.45
send_subscribe_ackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected