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

Function quitFirstInterfaceServer

test/common/unit_test_arbitrator_app1.cpp:224–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void quitFirstInterfaceServer()
225{
226 /* removing the service from the server */
227 erpc_remove_service_from_server(server, service);
228 destroy_FirstInterface_service(service);
229
230 // Stop server part
231 erpc_server_stop(server);
232}
233
234void whenReady()
235{

Callers 4

runClientFunction · 0.70
runClientFunction · 0.70
runClientFunction · 0.70

Calls 2

erpc_server_stopFunction · 0.85

Tested by

no test coverage detected