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

Method get_event_session

implementation/routing/src/routing_manager_impl.cpp:4478–4480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4476 }
4477}
4478session_t routing_manager_impl::get_event_session() {
4479 return host_->get_session(false);
4480}
4481
4482bool routing_manager_impl::send_event_to(const client_t _client, const std::shared_ptr<endpoint_definition>& _target,
4483 std::shared_ptr<message> _message) {

Callers 1

set_sessionMethod · 0.45

Calls 1

get_sessionMethod · 0.45

Tested by

no test coverage detected