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

Method AgentSML

Core/KernelSML/src/sml_AgentSML.cpp:36–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using namespace sml ;
35
36AgentSML::AgentSML(KernelSML* pKernelSML, agent* pAgent)
37{
38 m_pKernelSML = pKernelSML ;
39 m_SuppressRunEndsEvent = false ;
40
41 m_agent = pAgent ;
42
43 m_pAgentRunCallback = new AgentRunCallback() ;
44 m_pAgentRunCallback->SetAgentSML(this) ;
45
46 m_pCaptureFile = 0;
47 getSoarInstance()->Register_Soar_AgentSML(pAgent->name, this);
48
49}
50
51void AgentSML::InitListeners()
52{

Callers

nothing calls this directly

Calls 3

getSoarInstanceFunction · 0.85
SetAgentSMLMethod · 0.80

Tested by

no test coverage detected