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

Method DirectAdd

Core/ClientSML/src/sml_ClientIdentifier.cpp:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438#ifdef SML_DIRECT
439void Identifier::DirectAdd(Direct_AgentSML_Handle pAgentSML, long long timeTag)
440{
441 EmbeddedConnection* pConnection = static_cast<EmbeddedConnection*>(GetAgent()->GetConnection());
442 pConnection->DirectAddID(pAgentSML, m_ID->GetIdentifierSymbol(), GetAttribute(), GetValueAsString(), timeTag);
443}
444#endif
445
446StringElement* Identifier::CreateStringWME(char const* pAttribute, char const* pValue)

Callers

nothing calls this directly

Calls 5

DirectAddIDMethod · 0.80
GetAgentFunction · 0.70
GetAttributeFunction · 0.70
GetValueAsStringFunction · 0.70
GetConnectionMethod · 0.45

Tested by

no test coverage detected