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

Method get_event_session

implementation/routing/src/routing_manager_client.cpp:3172–3174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3170}
3171
3172session_t routing_manager_client::get_event_session() {
3173 return host_->get_session(false);
3174}
3175
3176bool routing_manager_client::send_event_to(const client_t, const std::shared_ptr<endpoint_definition>&, std::shared_ptr<message>) {
3177 VSOMEIP_ERROR_P << "Not implemented";

Callers

nothing calls this directly

Calls 1

get_sessionMethod · 0.45

Tested by

no test coverage detected