mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	The new decoder architecture now works, at least for the FB100. All I need now
is to rewrite every single other decoder.
This commit is contained in:
		| @@ -28,7 +28,7 @@ public: | ||||
|     nanoseconds_t guessClock(Track& track) const; | ||||
|     virtual nanoseconds_t guessClockImpl(Track& track) const; | ||||
|  | ||||
|     virtual void decodeToSectors(const RawBits& bitmap, Track& track) = 0; | ||||
|     virtual void decodeToSectors(Track& track) = 0; | ||||
| }; | ||||
|  | ||||
| /* DEPRECATED */ | ||||
| @@ -41,6 +41,7 @@ public: | ||||
|     virtual SectorVector decodeToSectors(const RawRecordVector& rawrecords, | ||||
|             unsigned physicalTrack, unsigned physicalSide) = 0; | ||||
|  | ||||
|     void decodeToSectors(Track& track); | ||||
|     void decodeToSectors(const RawBits& bitmap, Track& track); | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user