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

Method set_eventgroups

implementation/routing/src/event.cpp:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void event::set_eventgroups(const std::set<eventgroup_t>& _eventgroups) {
296
297 std::scoped_lock its_lock(eventgroups_mutex_);
298 for (auto e : _eventgroups)
299 eventgroups_[e] = std::set<client_t>();
300}
301
302void event::update_cbk(boost::system::error_code const& _error) {
303

Callers 3

register_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected