MCPcopy 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
213void routing_info_entry::set_address(const boost::asio::ip::address& _address) {
214
215 address_ = _address;
216}
217
218port_t routing_info_entry::get_port() const {
219

Callers 4

TESTFunction · 0.45
create_routing_clientMethod · 0.45
inform_requestersMethod · 0.45
handle_requestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected