checkers, added RDA/WRA support, changed default time unit to PS

This commit is contained in:
robert
2014-04-08 23:12:11 +02:00
parent 9c6fcee6b8
commit 15944fe743
30 changed files with 240 additions and 175 deletions

View File

@@ -67,7 +67,7 @@ Row ScheduledCommand::getRow() const
return extension.getRow();
}
unsigned int ScheduledCommand::getBurstLength()
unsigned int ScheduledCommand::getBurstLength() const
{
return extension.getBurstlength();
}