The protoified reader now builds and runs, although doesn't work properly.

This commit is contained in:
David Given
2021-07-11 23:53:50 +02:00
parent 4a2e09e8eb
commit f1f27ffd33
6 changed files with 49 additions and 39 deletions

View File

@@ -61,6 +61,8 @@ public:
void seek(const Fluxmap::Position& pos)
{ return _fmr->seek(pos); }
virtual std::set<unsigned> requiredSectors(FluxTrackProto& track) const;
protected:
virtual void beginTrack() {};
virtual RecordType advanceToNextRecord() = 0;