| 437 | |
| 438 | #ifdef SML_DIRECT |
| 439 | void 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 | |
| 446 | StringElement* Identifier::CreateStringWME(char const* pAttribute, char const* pValue) |
nothing calls this directly
no test coverage detected