| 1595 | } |
| 1596 | |
| 1597 | void AgentSML::BufferedAddDoubleInputWME(char const* pID, char const* pAttribute, double value, int64_t clientTimeTag) |
| 1598 | { |
| 1599 | m_DirectInputDeltaList.push_back(DirectInputDelta(pID, pAttribute, value, clientTimeTag)); |
| 1600 | } |
| 1601 | |
| 1602 | void AgentSML::BufferedAddIdInputWME(char const* pID, char const* pAttribute, char const* pValue, int64_t clientTimeTag) |
| 1603 | { |
no test coverage detected