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

Method get_endpoint_manager

implementation/routing/src/routing_manager_impl.cpp:2677–2679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2675}
2676
2677std::shared_ptr<endpoint_manager_impl> routing_manager_impl::get_endpoint_manager() const {
2678 return ep_mgr_impl_;
2679}
2680
2681void routing_manager_impl::send_subscribe([[maybe_unused]] client_t _client, [[maybe_unused]] service_t _service,
2682 [[maybe_unused]] instance_t _instance, [[maybe_unused]] eventgroup_t _eventgroup,

Callers 10

runMethod · 0.80
init_routing_endpointMethod · 0.80
inform_requestersMethod · 0.80
broadcastMethod · 0.80
on_ping_timer_expiredMethod · 0.80
handle_requestsMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64