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

Method BufferedAddDoubleInputWME

Core/KernelSML/src/sml_AgentSML.cpp:1597–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595}
1596
1597void AgentSML::BufferedAddDoubleInputWME(char const* pID, char const* pAttribute, double value, int64_t clientTimeTag)
1598{
1599 m_DirectInputDeltaList.push_back(DirectInputDelta(pID, pAttribute, value, clientTimeTag));
1600}
1601
1602void AgentSML::BufferedAddIdInputWME(char const* pID, char const* pAttribute, char const* pValue, int64_t clientTimeTag)
1603{

Callers 1

DirectAddWME_DoubleMethod · 0.80

Calls 2

DirectInputDeltaClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected