-
Notifications
You must be signed in to change notification settings - Fork 265
HighLight and Jump to Missing Messages #666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
HighLight and Jump to Missing Messages #666
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove if not needed
|
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.