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

Method UnregisterForClientMessageEvent

Core/ClientSML/src/sml_ClientKernel.cpp:2222–2227  ·  view source on GitHub ↗

* @brief Unregister for a particular client message * using the ID passed back from RegisterForClientMessageEvent(). * @returns True if succeeds *************************************************************/

Source from the content-addressed store, hash-verified

2220* @returns True if succeeds
2221*************************************************************/
2222bool Kernel::UnregisterForClientMessageEvent(int callbackID)
2223{
2224 smlRhsEventId id = smlEVENT_CLIENT_MESSAGE ;
2225
2226 return InternalRemoveRhsFunction(id, callbackID) ;
2227}
2228
2229/*************************************************************
2230* @brief Send a message to another client (not the Soar kernel).

Calls

no outgoing calls

Tested by 1

TEST_DEFINITIONFunction · 0.64