| 247 | pAgentSML->BufferedAddDoubleInputWME(pId, pAttribute, value, clientTimetag); |
| 248 | } |
| 249 | void EmbeddedConnection::DirectRemoveWME |
| 250 | (Direct_AgentSML_Handle pAgentSML, int64_t clientTimetag) |
| 251 | { |
| 252 | AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML); |
| 253 | assert(a); |
| 254 | a->BufferedRemoveInputWME(clientTimetag); |
| 255 | } |
| 256 | |
| 257 | void EmbeddedConnection::DirectAddID |
| 258 | (Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, char const* pValueId, int64_t clientTimetag) |
no test coverage detected