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

Function ReceivedCall

Core/KernelSML/src/KernelSMLInterface.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using namespace sml ;
32
33soarxml::ElementXML* ReceivedCall(Connection* pConnection, soarxml::ElementXML* pIncoming, void* /*pUserData*/)
34{
35 // This must be initialized when the connection was created.
36 KernelSML* pKernel = static_cast<KernelSML*>(pConnection->GetUserData()) ;
37
38 return pKernel->ProcessIncomingSML(pConnection, pIncoming) ;
39}
40
41static EmbeddedConnection* GetConnectionFromHandle(Connection_Receiver_Handle hConnection)
42{

Callers

nothing calls this directly

Calls 2

GetUserDataMethod · 0.80
ProcessIncomingSMLMethod · 0.45

Tested by

no test coverage detected