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

Method ReceivedCall

Core/ClientSML/src/sml_ClientKernel.cpp:331–336  ·  view source on GitHub ↗

* @brief This function is called when we receive a "call" SML * message from the kernel. * * This is a static method and it's only function is to call * a normal member function. *************************************************************/

Source from the content-addressed store, hash-verified

329* a normal member function.
330*************************************************************/
331ElementXML* Kernel::ReceivedCall(Connection* pConnection, ElementXML* pIncoming, void* pUserData)
332{
333 Kernel* pKernel = static_cast<Kernel*>(pUserData) ;
334
335 return pKernel->ProcessIncomingSML(pConnection, pIncoming) ;
336}
337
338/*************************************************************
339* @brief If this message is an XML trace message returns

Callers

nothing calls this directly

Calls 1

ProcessIncomingSMLMethod · 0.45

Tested by

no test coverage detected