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

Function add_services

test/test_const/test_const_server_impl.cpp:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24////////////////////////////////////////////////////////////////////////////////
25
26void add_services(erpc::SimpleServer *server)
27{
28 /* Define services to add using dynamic memory allocation
29 * Exapmle:ArithmeticService_service * svc = new ArithmeticService_service();
30 */
31
32 /* Add services
33 * Example: server->addService(svc);
34 */
35}
36
37////////////////////////////////////////////////////////////////////////////////
38// Remove service from server code

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected