| 563 | } |
| 564 | |
| 565 | void KernelSML::ClearAllInterrupts() |
| 566 | { |
| 567 | for (AgentMapIter iter = m_AgentMap.begin() ; iter != m_AgentMap.end() ; iter++) |
| 568 | { |
| 569 | AgentSML* pAgentSML = iter->second ; |
| 570 | pAgentSML->ClearInterrupts() ; |
| 571 | } |
| 572 | } |
| 573 | |
| 574 | /************************************************************* |
| 575 | * @brief Take an incoming command and call the appropriate |
no test coverage detected