Massive overhaul of how the physical/logical layout mapping is done, to make it

more consistent and bidirectional everywhere and just generally better.
Hopefully this fixes that pesky 1581 problem.
This commit is contained in:
David Given
2022-09-15 20:23:33 +02:00
parent 4bf5fd49d6
commit 9a8fc80220
31 changed files with 856 additions and 762 deletions

View File

@@ -89,7 +89,7 @@ public:
return _fmr->getDuration();
}
virtual std::set<unsigned> requiredSectors(const Location& location) const;
virtual std::set<LogicalLocation> requiredSectors(const Location& location) const;
protected:
virtual void beginTrack(){};