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

Function add_common_service

test/common/unit_test_server.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119////////////////////////////////////////////////////////////////////////////////
120
121void add_common_service(erpc_server_t server)
122{
123 service_common = create_Common_service();
124 erpc_add_service_to_server(server, service_common);
125}
126
127void remove_common_services_from_server(erpc_server_t server, erpc_service_t service)
128{

Callers 1

mainFunction · 0.70

Calls 1

Tested by

no test coverage detected