HighLight and Jump to Missing Messages#666
HighLight and Jump to Missing Messages#666Renu-Priya411 wants to merge 27 commits intoCOVESA:masterfrom
Conversation
|
Btw, the commits are a mess. Please can you rebase to master ? |
|
@Renu-Priya411 Please move both functions from Mainwindow into plugin. Plugin gets access to all DLTMsgs in initMsg function, when DLt file is loaded. There you can create the Map regarding the mcnt values. |
src/mainwindow.cpp
Outdated
| } | ||
| } | ||
|
|
||
| project.ecu->clear(); |
There was a problem hiding this comment.
Check if this line was removed in master. Remove also if needed.
src/mainwindow.cpp
Outdated
| * for MSVC compilers. | ||
| **/ | ||
| extern "C" { | ||
| #include "dlt_user.h" |
|
Please rebase to master and only Plugin should appear in the changed files. |
|
I have fixed the build and tried it out. |
Changes made for displaying only the missing messages Signed-off by : RenuPriya Krishnamoorthy <renupriya.ka.krishnamoorthy@partner.bmwgroup.com>
Export feature for dltCounter Plugin has been implemented Signed-off by : RenuPriya Krishnamoorthy <renupriya.ka.krishnamoorthy@partner.bmwgroup.com>
…s using the counter and the context ID values. The missing sequence of numbers will be visible in a new window. The data can be exported to local machine as well. Changes made in mainwindow.cpp, qdltcontrol and dltCounterPlugin Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@partner.bmwgroup.com>
Changes made for displaying only the missing messages Signed-off by : RenuPriya Krishnamoorthy <renupriya.ka.krishnamoorthy@partner.bmwgroup.com>
Export feature for dltCounter Plugin has been implemented Signed-off by : RenuPriya Krishnamoorthy <renupriya.ka.krishnamoorthy@partner.bmwgroup.com>
…s using the counter and the context ID values. The missing sequence of numbers will be visible in a new window. The data can be exported to local machine as well. Changes made in mainwindow.cpp, qdltcontrol and dltCounterPlugin Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@partner.bmwgroup.com>
The data is completely handled within the DLTCounterPlugin. Changes in mainwindow.cpp and qdltcontrol.cpp has been removed. Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@bti.bmwgroup.com>
Conflicts in mainwindow.cpp has been resolved Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@bti.bmwgroup.com>
Resolved the conflicts in mainwindow.cpp Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@bti.bmwgroup.com>
Changes in mainwindow.h Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@bti.bmwgroup.com>
576ae20 to
4695188
Compare
please do it again @Renu-Priya411 |
The fileSaveDialog has been implemented. Jumping to previous or next message from the missing messages has been implemented. Conflicts has been fixed Signed-off by : Renu Priya Krishnamoorthy <RenuPriya.KA.Krishnamoorthy@bti.bmwgroup.com>
No description provided.