COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
436 stars 243 forks source link

Fix non-monotonic timestamps under Windows #381

Closed mbehr1 closed 1 year ago

mbehr1 commented 1 year ago

Fix usage of two separate calls to determine seconds and microseconds. Replaced by single timespec_get call. Fixed as well a race condition where provided sec or usec to writeDLTMessageToFile are 0.

Issue: #232