eclipse-cyclonedds / cyclonedds-insight

Other
10 stars 6 forks source link

Feature/show qos incompatibility #4

Closed trittsv closed 5 months ago

trittsv commented 6 months ago

This Pull-Request adds the possibility to display basic qos incompatibilities between readers and writers on a topic.

The gui looks like this:

Screenshot 2024-05-26 at 17 51 55

The yellow warning triangles besides the domain and topic indicates the user that there is a mismatch. Besides that in the topic view readers and writes with yellow rectangles show which are affected. When the user hovers over a reader or writer then the specific incompatibility is shown in the tool-tip text.

What it currently cant do is qos xtypes check, this will be implemented in a separate pull request. To try to keep the pull requests relatively small.

@eboasson can you have a look into this pull request?

trittsv commented 6 months ago

@eboasson thank you for your review. I did some modifications - may you can check again?