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

Method is_multicast

implementation/routing/src/eventgroupinfo.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75bool eventgroupinfo::is_multicast() const {
76 std::scoped_lock its_lock(address_mutex_);
77 return address_.is_multicast();
78}
79
80bool eventgroupinfo::is_sending_multicast() const {
81 return (is_multicast() && threshold_ != 0 && get_unreliable_target_count() >= threshold_);

Callers 4

send_someipMethod · 0.45
is_local_routingMethod · 0.45
send_queued_unlockedMethod · 0.45
get_multicastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected