svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
Other
76 stars 13 forks source link

[SEARCH_VIEW] Addition of the python-based comparator function #18

Open svlad-90 opened 4 years ago

svlad-90 commented 4 years ago

Support the possibility to save a python-based trace-analysis class, as a pattern to the patterns view. Pythion scripts should have access to the logging API of the debug console to fire the messages into it. Pythion scripts should have access to the search view to add new messages to it. Pythion scripts should have their own status variables, which stay alive during a single search session.

That will allow implementing the advanced automated trace analysis, which will make conclusions regarding multiple messages and their sequence.