MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / quitSecondInterfaceServer

Function quitSecondInterfaceServer

test/common/unit_test_arbitrator_app0.cpp:277–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276extern "C" {
277void quitSecondInterfaceServer()
278{
279 /* removing the service from the server */
280 erpc_remove_service_from_server(server, service);
281 destroy_SecondInterface_service(service);
282
283 // Stop server part
284 erpc_server_stop(server);
285 increaseWaitQuit();
286}
287}

Callers 5

runClientFunction · 0.70
runClientFunction · 0.70
runClientFunction · 0.70
runClientFunction · 0.70

Calls 3

erpc_server_stopFunction · 0.85
increaseWaitQuitFunction · 0.70

Tested by

no test coverage detected