| 239 | a->BufferedAddIntInputWME(pId, pAttribute, value, clientTimetag); |
| 240 | } |
| 241 | void EmbeddedConnection::DirectAddWME_Double |
| 242 | (Direct_AgentSML_Handle pAgentSMLIn, char const* pId, char const* pAttribute, double value, int64_t clientTimetag) |
| 243 | { |
| 244 | AgentSML* pAgentSML = reinterpret_cast<AgentSML*>(pAgentSMLIn); |
| 245 | assert(pAgentSML); |
| 246 | |
| 247 | pAgentSML->BufferedAddDoubleInputWME(pId, pAttribute, value, clientTimetag); |
| 248 | } |
| 249 | void EmbeddedConnection::DirectRemoveWME |
| 250 | (Direct_AgentSML_Handle pAgentSML, int64_t clientTimetag) |
| 251 | { |
no test coverage detected