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

Method DirectAdd

Core/ClientSML/src/sml_ClientIntElement.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62#ifdef SML_DIRECT
63void IntElement::DirectAdd(Direct_AgentSML_Handle pAgentSML, long long timeTag)
64{
65 EmbeddedConnection* pConnection = static_cast<EmbeddedConnection*>(GetAgent()->GetConnection());
66 pConnection->DirectAddWME_Int(pAgentSML, m_ID->GetIdentifierSymbol(), GetAttribute(), GetValue(), timeTag);
67}
68#endif
69
70void IntElement::Update(long long value)

Callers

nothing calls this directly

Calls 5

DirectAddWME_IntMethod · 0.80
GetAgentFunction · 0.70
GetAttributeFunction · 0.70
GetValueFunction · 0.70
GetConnectionMethod · 0.45

Tested by

no test coverage detected