* @brief Unregister for a particular RHS function *************************************************************/
| 2174 | * @brief Unregister for a particular RHS function |
| 2175 | *************************************************************/ |
| 2176 | bool Kernel::RemoveRhsFunction(int callbackID) |
| 2177 | { |
| 2178 | smlRhsEventId id = smlEVENT_RHS_USER_FUNCTION ; |
| 2179 | |
| 2180 | return InternalRemoveRhsFunction(id, callbackID) ; |
| 2181 | } |
| 2182 | |
| 2183 | /************************************************************* |
| 2184 | * @brief Register a handler for receiving generic messages sent from another client. |
no outgoing calls