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

Method DirectAdd

Core/ClientSML/src/sml_ClientStringElement.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44#ifdef SML_DIRECT
45void StringElement::DirectAdd(Direct_AgentSML_Handle pAgentSML, long long timeTag)
46{
47 EmbeddedConnection* pConnection = static_cast<EmbeddedConnection*>(GetAgent()->GetConnection());
48 pConnection->DirectAddWME_String(pAgentSML, m_ID->GetIdentifierSymbol(), GetAttribute(), GetValue(), timeTag);
49}
50#endif
51
52void StringElement::Update(char const* pValue)

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected