More Smaky improvements.

This commit is contained in:
dg
2022-11-25 20:23:24 +00:00
parent 6677034774
commit f299ec1f8d
3 changed files with 118 additions and 114 deletions

View File

@@ -152,6 +152,7 @@ void Decoder::pushRecord(
_trackdata->records.push_back(record);
_sector->records.push_back(record);
record->position = start.bytes;
record->startTime = start.ns();
record->endTime = end.ns();
record->clock = _sector->clock;