MCPcopy Create free account
hub / github.com/SoarGroup/Soar / RemoveRhsFunction

Method RemoveRhsFunction

Core/ClientSML/src/sml_ClientKernel.cpp:2176–2181  ·  view source on GitHub ↗

* @brief Unregister for a particular RHS function *************************************************************/

Source from the content-addressed store, hash-verified

2174* @brief Unregister for a particular RHS function
2175*************************************************************/
2176bool 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.

Callers 6

TestMethod · 0.95
TEST_DEFINITIONFunction · 0.80
TestPythonSML.pyFile · 0.80
unregisterRHSFunctionMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestMethod · 0.76
TEST_DEFINITIONFunction · 0.64