added debug message capabilities to scheduler

This commit is contained in:
robert
2014-07-01 11:01:52 +02:00
parent 2b062b86ff
commit 37c147ba2f
7 changed files with 31 additions and 12 deletions

View File

@@ -48,6 +48,7 @@ void Simulation::setupDebugManager(const string& traceName)
dbg.addToWhiteList(player2->name());
dbg.addToWhiteList(player1->name());
dbg.addToWhiteList(this->name());
dbg.addToWhiteList(Scheduler::sendername);
dbg.addToWhiteList(TlmRecorder::senderName);
dbg.addToWhiteList(ControllerCore::senderName);
dbg.addToWhiteList(PowerDownManagerBankwise::senderName);