Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_address
Method
set_address
implementation/protocol/src/routing_info_entry.cpp:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void routing_info_entry::set_address(const boost::asio::ip::address& _address) {
214
215
address_ = _address;
216
}
217
218
port_t routing_info_entry::get_port() const {
219
Callers
4
TEST
Function · 0.45
create_routing_client
Method · 0.45
inform_requesters
Method · 0.45
handle_requests
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected