QoS profiles and recording service configuration

2 posts / 0 new
Last post
Offline
Last seen: 4 years 8 months ago
Joined: 01/09/2013
Posts: 10
QoS profiles and recording service configuration

Hi all,

The recording service configuration file may contain the description of QoSs for its data readers. Is there a way to refer to the QoS profiles defined in a USER_QOS_PROFILES.xml file instead of recopying the entire description of the QoSs? In other words: how to describe in the configuration file the QoS profile that is expected to be used for each datareader?

Thanks in advance.

Offline
Last seen: 4 years 8 months ago
Joined: 01/09/2013
Posts: 10

After discussing with the support, I add an answer to my own question. This may help someone else.

In the XML configuration of the recording service we can describe the QoS of each data reader (tag <datareader_qos>, see user manual).

Instead of describing there the full QoSs, it is possible to refer to a QoS profile that is describe somewhere else, for instance in the USER_QOS_PROFILES.xml. The reference shall be provided as follow:

<datareader_qos base_name="myLibrary::myProfile" />

base_name="myLibrary::myProfile"