! * @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. */
| 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. |
no outgoing calls
no test coverage detected