Rename all the remaining layout and location variables to trackInfo (where

appropriate).
This commit is contained in:
David Given
2022-09-16 00:20:54 +02:00
parent 81cbd00cc8
commit d0fb85e712
21 changed files with 43 additions and 43 deletions

View File

@@ -51,7 +51,7 @@ public:
public:
std::shared_ptr<TrackDataFlux> decodeToSectors(
std::shared_ptr<const Fluxmap> fluxmap,
std::shared_ptr<const TrackInfo>& location);
std::shared_ptr<const TrackInfo>& trackInfo);
void pushRecord(
const Fluxmap::Position& start, const Fluxmap::Position& end);
@@ -90,7 +90,7 @@ public:
}
virtual std::set<LogicalLocation> requiredSectors(
std::shared_ptr<const TrackInfo>& location) const;
std::shared_ptr<const TrackInfo>& trackInfo) const;
protected:
virtual void beginTrack(){};