! * @brief This function sets FunctionType (callback type). * * @param[in] functionType FunctionType (callback type). */
| 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). |