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

Method init_Output_Manager

Core/SoarKernel/src/output_manager.cpp:34–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{}
33
34void Output_Manager::init_Output_Manager(sml::Kernel* pKernel, Soar_Instance* pSoarInstance)
35{
36
37 m_Kernel = pKernel;
38 m_Soar_Instance = pSoarInstance;
39
40 if (db_dbg_mode || db_mode)
41 {
42 soar_module::sqlite_database* new_db = new soar_module::sqlite_database();
43 m_db = new OM_DB(new_db);
44 m_db->create_db();
45 }
46}
47
48Output_Manager::Output_Manager()
49{

Callers 1

init_Soar_InstanceMethod · 0.80

Calls 1

create_dbMethod · 0.80

Tested by

no test coverage detected