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

Function GetConnectionFromHandle

Core/KernelSML/src/KernelSMLInterface.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static EmbeddedConnection* GetConnectionFromHandle(Connection_Receiver_Handle hConnection)
42{
43 return reinterpret_cast<EmbeddedConnection*>(hConnection) ;
44}
45
46Connection_Receiver_Handle sml_CreateEmbeddedConnection(Connection_Sender_Handle hSenderConnection, ProcessMessageFunction pProcessMessage, int connectionType, int portToListenOn)
47{

Callers 1

sml_ProcessMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected