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

Method setFunctionType

erpcgen/src/types/Function.hpp:190–190  ·  view source on GitHub ↗

! * @brief This function sets FunctionType (callback type). * * @param[in] functionType FunctionType (callback type). */

Source from the content-addressed store, hash-verified

188 * @param[in] functionType FunctionType (callback type).
189 */
190 void setFunctionType(FunctionType *functionType) { m_functionType = functionType; }
191
192 /*!
193 * @brief This function returns FunctionType (callback type).

Callers 1

handleFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected