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

Method is_sending_multicast

implementation/routing/src/eventgroupinfo.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool eventgroupinfo::is_sending_multicast() const {
81 return (is_multicast() && threshold_ != 0 && get_unreliable_target_count() >= threshold_);
82}
83
84bool eventgroupinfo::get_multicast(boost::asio::ip::address& _address, uint16_t& _port) const {
85 std::scoped_lock its_lock(address_mutex_);

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected