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

Function erpc_remove_service_from_server

erpc_c/setup/erpc_server_setup.cpp:134–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void erpc_remove_service_from_server(erpc_server_t server, void *service)
135{
136 erpc_assert(server != NULL);
137 erpc_assert(service != NULL);
138
139 SimpleServer *simpleServer = reinterpret_cast<SimpleServer *>(server);
140
141 simpleServer->removeService(static_cast<erpc::Service *>(service));
142}
143
144void erpc_server_set_crc(erpc_server_t server, uint32_t crcStart)
145{

Callers 4

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 1

removeServiceMethod · 0.80

Tested by

no test coverage detected