mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Attach the underlying raw records to Sector structures; add a .raw exporter for
getting the MFM/FM/GCR stream.
This commit is contained in:
		| @@ -132,6 +132,7 @@ void AbstractDecoder::pushRecord(const Fluxmap::Position& start, const Fluxmap:: | ||||
|  | ||||
| 	auto record = std::make_shared<Record>(); | ||||
| 	_trackdata->records.push_back(record); | ||||
| 	_sector->records.push_back(record); | ||||
| 	 | ||||
| 	record->startTime = start.ns(); | ||||
| 	record->endTime = end.ns(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user