MCPcopy Create free account
hub / github.com/SoarGroup/Soar / ClearAllInterrupts

Method ClearAllInterrupts

Core/KernelSML/src/sml_KernelSML.cpp:565–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void 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

Callers 2

RunScheduledAgentsMethod · 0.80
RunScheduledAgentsMethod · 0.80

Calls 2

endMethod · 0.80
ClearInterruptsMethod · 0.80

Tested by

no test coverage detected