svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
GNU General Public License v3.0
77 stars 13 forks source link

[UML_VIEW] Add possibility to get timestamp for the sequence diagram using a uml-sequence-id #182

Closed svlad-90 closed 1 year ago

svlad-90 commented 1 year ago

When we convert data into the dlt format using DMA, the timestamps of the messages are corrupted, as they show the "import operation processing time". In most cases, the real timestamp is located in the "Payload" of each message.

Sequence diagrams, built for such files, do always have corrupted timestamps.

We need to support an additional optional uml-sequence-id "UTS", which would stand for UML Time Stamp.

If it was specified, we need to get timestamp data from the specified part of the string.

svlad-90 commented 12 months ago

Due to the accidental force push the commit id covering this issue has changed to: https://github.com/svlad-90/DLT-Message-Analyzer/commit/7517758dc5370a19d97f936487b5f9f1be6787a3