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

Method DirectAddWME_String

Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void EmbeddedConnection::DirectAddWME_String
228(Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, char const* pValue, int64_t clientTimetag)
229{
230 AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML);
231 assert(a);
232 a->BufferedAddStringInputWME(pId, pAttribute, pValue, clientTimetag);
233}
234void EmbeddedConnection::DirectAddWME_Int
235(Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, int64_t value, int64_t clientTimetag)
236{

Callers 3

CreateStringWMEMethod · 0.80
UpdateStringMethod · 0.80
DirectAddMethod · 0.80

Calls 1

Tested by

no test coverage detected