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

Method send_event_to

implementation/routing/src/routing_manager_impl.cpp:4482–4485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {
4484 return send_to(_client, _target, _message);
4485}
4486
4487void routing_manager_impl::stop_offer_graceful_timeout(const boost::system::error_code& _ec) {
4488 if (_ec == boost::asio::error::operation_aborted) {

Callers 2

notify_one_unlockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected