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
42 stars 11 forks source link

[19743] Status layout with problems per entity #204

Closed JesusPoderoso closed 12 months ago

JesusPoderoso commented 1 year ago

Merge right after

jepemi commented 1 year ago

Consider using smart pointers. new methods without delete.

jepemi commented 1 year ago

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

JesusPoderoso commented 12 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.