more than one qos_profile in qos_library

3 posts / 0 new
Last post
Offline
Last seen: 4 years 2 months ago
Joined: 09/24/2017
Posts: 5
more than one qos_profile in qos_library

This question refer to the lua prototyper examle file USER_QOS_PROFILES.xml

Say that I add one more qos_profile called name="SecondProfile".

What modifications is needed in the domain_library and/or participant_library sections

to use that qos_profile instead of the original qos_profile name="DefaultProfile"

Keywords:
Offline
Last seen: 4 years 2 months ago
Joined: 09/24/2017
Posts: 5

I found a solution, the only thing I had to change was the <topic> in the <domain_library>

It was: <topic name="Triangle" register_type_ref="ShapeType" />

The new version is:  <topic name="Triangle" register_type_ref="ShapeType"><topic_qos name="SecondProfile" base_name="QosLibrary"></topic>

(Maybe the question was to vague, I had to shorten down much or else I was not allowed to post, it was flagged as spam?)

Francisco Porcel's picture
Offline
Last seen: 2 weeks 1 day ago
Joined: 11/07/2016
Posts: 24

Hi Lars,

I am glad you were able to solve this. It was not flagged as spam. I am sorry we missed it.

-Fran