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

Method DirectAddID

Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void EmbeddedConnection::DirectAddID
258(Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, char const* pValueId, int64_t clientTimetag)
259{
260 AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML);
261 assert(a);
262 a->BufferedAddIdInputWME(pId, pAttribute, pValueId, clientTimetag);
263}
264
265Direct_AgentSML_Handle EmbeddedConnection::DirectGetAgentSMLHandle
266(char const* pAgentName)

Callers 3

DirectAddMethod · 0.80
CreateIdWMEMethod · 0.80
CreateSharedIdWMEMethod · 0.80

Calls 1

BufferedAddIdInputWMEMethod · 0.80

Tested by

no test coverage detected