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

Method setDirection

erpcgen/src/types/StructMember.hpp:106–106  ·  view source on GitHub ↗

! * @brief This function set direction type for parameter. * * This is used in function's parameters.They can be set as in, out, inout. * * @param[in] paramDirection Define direction type for parameter in functions. */

Source from the content-addressed store, hash-verified

104 * @param[in] paramDirection Define direction type for parameter in functions.
105 */
106 void setDirection(param_direction_t paramDirection) { m_paramDirection = paramDirection; }
107
108 /*!
109 * @brief This function returns routing for parameter.

Callers 2

setParameterDirectionMethod · 0.80
createCallbackParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected