MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / add_address

Method add_address

dds/DCPS/NetworkConfigModifier.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void NetworkConfigModifier::add_address(const OPENDDS_STRING& name,
113 bool can_multicast,
114 const ACE_INET_Addr& addr)
115{
116 NetworkConfigMonitor::set(NetworkInterfaceAddress(name, can_multicast, NetworkAddress(addr)));
117}
118
119void NetworkConfigModifier::remove_address(const OPENDDS_STRING& name, const ACE_INET_Addr& addr)
120{

Callers

nothing calls this directly

Calls 2

setFunction · 0.85
NetworkInterfaceAddressFunction · 0.85

Tested by

no test coverage detected