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

Method DirectAddWME_Int

Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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{
237 AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML);
238 assert(a);
239 a->BufferedAddIntInputWME(pId, pAttribute, value, clientTimetag);
240}
241void EmbeddedConnection::DirectAddWME_Double
242(Direct_AgentSML_Handle pAgentSMLIn, char const* pId, char const* pAttribute, double value, int64_t clientTimetag)
243{

Callers 3

CreateIntWMEMethod · 0.80
UpdateIntMethod · 0.80
DirectAddMethod · 0.80

Calls 1

Tested by

no test coverage detected