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

Method join

implementation/endpoints/src/udp_server_endpoint_impl.cpp:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void udp_server_endpoint_impl::join(const std::string& _address) {
490 VSOMEIP_INFO_P << instance_name_ << _address;
491 std::scoped_lock its_lock(sync_);
492 join_unlocked(_address);
493}
494
495void udp_server_endpoint_impl::join_unlocked(const std::string& _address) {
496 // The caller must hold the lock

Callers 9

stopMethod · 0.45
stopMethod · 0.45
startMethod · 0.45
startMethod · 0.45
~thread_managerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected