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

Method set_type

dds/DCPS/NetworkAddress.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void NetworkAddress::set_type(ACE_UINT16 type)
187{
188 inet_addr_.in4_.sin_family = type;
189}
190
191ACE_UINT16 NetworkAddress::get_port_number() const
192{

Callers 4

locator_to_addressFunction · 0.80
insert_recv_addrMethod · 0.80
operator>>Function · 0.80
blob_to_addrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected