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

Method BufferedAddIntInputWME

Core/KernelSML/src/sml_AgentSML.cpp:1592–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590}
1591
1592void AgentSML::BufferedAddIntInputWME(char const* pID, char const* pAttribute, int64_t value, int64_t clientTimeTag)
1593{
1594 m_DirectInputDeltaList.push_back(DirectInputDelta(pID, pAttribute, value, clientTimeTag));
1595}
1596
1597void AgentSML::BufferedAddDoubleInputWME(char const* pID, char const* pAttribute, double value, int64_t clientTimeTag)
1598{

Callers 1

DirectAddWME_IntMethod · 0.80

Calls 2

DirectInputDeltaClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected