refs #808, added support for internals object

* initInternalsObject
* some formatting
This commit is contained in:
Klaus Basan
2016-11-17 04:41:56 +01:00
parent c70b1ccb00
commit c4dd888fa7
4 changed files with 25 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ namespace BlackCore
const CSimulatorInternals &CSimulatorCommon::getSimulatorInternals() const
{
return m_simulatorSetup;
return m_simulatorInternals;
}
void CSimulatorCommon::unload()