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

Method init_Soar_Instance

Core/SoarKernel/src/soar_instance.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void Soar_Instance::init_Soar_Instance(sml::Kernel* pKernel)
28{
29 m_Kernel = pKernel;
30
31 /* -- Sets up the Output Manager -- */
32 m_Output_Manager = &Output_Manager::Get_OM();
33 m_Output_Manager->init_Output_Manager(pKernel, this);
34
35}
36
37Soar_Instance::~Soar_Instance()
38{

Callers 2

Calls 2

Get_OMFunction · 0.85
init_Output_ManagerMethod · 0.80

Tested by

no test coverage detected