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

Method set_established

implementation/endpoints/src/server_endpoint_impl.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73template<typename Protocol>
74void server_endpoint_impl<Protocol>::set_established(bool _established) {
75 (void)_established;
76}
77
78template<typename Protocol>
79void server_endpoint_impl<Protocol>::set_connected(bool _connected) {

Callers 2

on_connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected