eProsima / Fast-DDS-monitor

eProsima Fast DDS Monitor is a graphical desktop application aimed at monitoring DDS environments deployed using the eProsima Fast DDS library. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
GNU General Public License v3.0
40 stars 10 forks source link

[19743] Status layout with problems per entity #204

Closed JesusPoderoso closed 10 months ago

JesusPoderoso commented 11 months ago

Merge right after

jepemi commented 10 months ago

Consider using smart pointers. new methods without delete.

jepemi commented 10 months ago

If we were focusing on an entity in the left panel, when receiving new status data this focus is lost.

JesusPoderoso commented 10 months ago

Consider using smart pointers. new methods without delete.

It is not necessary after the valgrind analysis. During testing I included some try-catch for uncaught exceptions, adding them in a commit for best practices.