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

Method is_routing

implementation/runtime/src/application_impl.cpp:1906–1908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1904}
1905
1906bool application_impl::is_routing() const {
1907 return is_routing_manager_host_;
1908}
1909
1910void application_impl::send_back_cached_event(service_t _service, instance_t _instance, event_t _event) {
1911 std::shared_ptr<event> its_event = routing_->find_consumed_event(_service, _instance, _event);

Callers 7

is_routerMethod · 0.45
wait_for_stopMethod · 0.45
wait_for_stopMethod · 0.45
insert_subscriptionMethod · 0.45
sendMethod · 0.45
insert_subscriptionMethod · 0.45
routingmanagerd_processFunction · 0.45

Calls

no outgoing calls

Tested by 2

wait_for_stopMethod · 0.36
wait_for_stopMethod · 0.36