Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
void NetworkAddress::set_type(ACE_UINT16 type)
187
{
188
inet_addr_.in4_.sin_family = type;
189
}
190
191
ACE_UINT16 NetworkAddress::get_port_number() const
192
{
Callers
4
locator_to_address
Function · 0.80
insert_recv_addr
Method · 0.80
operator>>
Function · 0.80
blob_to_addr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected