MCPcopy Create free account
hub / github.com/COVESA/vsomeip / init

Method init

implementation/routing/src/routing_manager_stub.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70routing_manager_stub::~routing_manager_stub() { }
71
72void routing_manager_stub::init() {
73
74 init_routing_endpoint();
75
76 if (char its_hostname[1024]; gethostname(its_hostname, sizeof(its_hostname)) == 0) {
77 host_->set_client_host(its_hostname);
78 }
79}
80
81void routing_manager_stub::start() {
82

Callers

nothing calls this directly

Calls 2

gethostnameFunction · 0.85
set_client_hostMethod · 0.45

Tested by

no test coverage detected