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

Function to_string

implementation/endpoints/src/local_socket_uds_impl.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19namespace {
20std::string to_string(vsomeip_v3::local_socket_uds_impl::endpoint _own_endpoint, vsomeip_v3::local_socket_uds_impl::endpoint _peer_endpoint,
21 vsomeip_v3::local_socket_uds_impl const* _address, vsomeip_v3::socket_role_e _role) {
22 std::stringstream s;
23 s << "role: " << vsomeip_v3::to_string(_role) << ", own: " << _own_endpoint << ", peer: " << _peer_endpoint << ", mem: " << _address;
24 return s.str();
25}
26}
27
28namespace vsomeip_v3 {

Callers 1

local_socket_uds_implMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected