corrected checkers for non-interleaving reads/writes. Added burst length to db. Added burst functionally to players

This commit is contained in:
robert
2014-04-07 20:07:44 +02:00
parent 79a7366d9b
commit c1841e4102
24 changed files with 232 additions and 126 deletions

View File

@@ -19,6 +19,7 @@ xmlAddressDecoder::xmlAddressDecoder(string addressConfigURI)
// get channel:
TiXmlElement* channel = addressmap->FirstChildElement("channel");
from = getAttribute<unsigned int>(channel, "from");
to = getAttribute<unsigned int>(channel, "to");