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

Method get_subscriber

implementation/routing/src/remote_subscription.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163std::shared_ptr<endpoint_definition> remote_subscription::get_subscriber() const {
164 return subscriber_;
165}
166
167void remote_subscription::set_subscriber(const std::shared_ptr<endpoint_definition>& _subscriber) {
168 subscriber_ = _subscriber;

Callers 6

send_subscription_ackMethod · 0.45
on_subscribe_ackMethod · 0.45
on_subscribe_nackMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected