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

Method DirectRemoveWME

Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:249–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 pAgentSML->BufferedAddDoubleInputWME(pId, pAttribute, value, clientTimetag);
248}
249void EmbeddedConnection::DirectRemoveWME
250(Direct_AgentSML_Handle pAgentSML, int64_t clientTimetag)
251{
252 AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML);
253 assert(a);
254 a->BufferedRemoveInputWME(clientTimetag);
255}
256
257void EmbeddedConnection::DirectAddID
258(Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, char const* pValueId, int64_t clientTimetag)

Callers 4

UpdateStringMethod · 0.80
UpdateIntMethod · 0.80
UpdateFloatMethod · 0.80
DestroyWMEMethod · 0.80

Calls 1

Tested by

no test coverage detected