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

Function add_common_service

test/common/unit_test_serial_server.cpp:128–133  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// Server helper functions ///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

126// Server helper functions
127////////////////////////////////////////////////////////////////////////////////
128void add_common_service(SimpleServer *server)
129{
130 svc_common = new Common_service(new Common_server());
131
132 server->addService(svc_common);
133}
134
135void remove_common_service(SimpleServer *server)
136{

Callers 1

mainFunction · 0.70

Calls 1

addServiceMethod · 0.45

Tested by

no test coverage detected