Attach the underlying raw records to Sector structures; add a .raw exporter for

getting the MFM/FM/GCR stream.
This commit is contained in:
David Given
2022-01-04 23:49:39 +01:00
parent dfd97d9fc5
commit 18af881fe5
8 changed files with 106 additions and 18 deletions

View File

@@ -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();