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

Method DirectAddWME_Double

Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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{
244 AgentSML* pAgentSML = reinterpret_cast<AgentSML*>(pAgentSMLIn);
245 assert(pAgentSML);
246
247 pAgentSML->BufferedAddDoubleInputWME(pId, pAttribute, value, clientTimetag);
248}
249void EmbeddedConnection::DirectRemoveWME
250(Direct_AgentSML_Handle pAgentSML, int64_t clientTimetag)
251{

Callers 3

CreateFloatWMEMethod · 0.80
UpdateFloatMethod · 0.80
DirectAddMethod · 0.80

Calls 1

Tested by

no test coverage detected