modified rd/write grouper

This commit is contained in:
Robert Gernhardt
2014-08-06 09:37:42 +02:00
parent fff7b9cd34
commit 0bba004266
9 changed files with 146 additions and 124 deletions

View File

@@ -52,7 +52,6 @@ void Simulation::setupDebugManager(const string& traceName)
dbg.addToWhiteList(TlmRecorder::senderName);
dbg.addToWhiteList(ControllerCore::senderName);
dbg.addToWhiteList(PowerDownManagerBankwise::senderName);
dbg.addToWhiteList(ReadWriteGrouper::senderName);
dbg.writeToConsole = true;
dbg.writeToFile = true;