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

Method broadcast

implementation/routing/src/routing_manager_stub.cpp:846–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void routing_manager_stub::broadcast(protocol::command_header const& _command) const {
847 if (auto epm = host_->get_endpoint_manager(); epm) {
848 epm->broadcast_locally(_command);
849 }
850}
851
852bool routing_manager_stub::send_subscribe(const std::shared_ptr<local_endpoint>& _target, client_t _client, service_t _service,
853 instance_t _instance, eventgroup_t _eventgroup, major_version_t _major, event_t _event,

Callers

nothing calls this directly

Calls 2

get_endpoint_managerMethod · 0.80
broadcast_locallyMethod · 0.80

Tested by

no test coverage detected