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

Method setNext

erpc_c/infra/erpc_server.hpp:73–73  ·  view source on GitHub ↗

! * @brief Set next service. * * @param[in] next Pointer to next service. */

Source from the content-addressed store, hash-verified

71 * @param[in] next Pointer to next service.
72 */
73 void setNext(Service *next) { m_next = next; }
74
75 /*!
76 * @brief This function call function implementation of current service.

Callers 3

addServiceMethod · 0.45
removeServiceMethod · 0.45
addMessageLoggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected