C++ 2011 QosProvider missing methods

2 posts / 0 new
Last post
mpichini's picture
Offline
Last seen: 9 months 2 weeks ago
Joined: 09/16/2015
Posts: 27
C++ 2011 QosProvider missing methods

Hi there,

I wanted to get information about which libraries/profiles were loaded by a QosProvider instance, but I found that the methods: qos_profile_libraries() and qos_profiles() (both RTI extensions) documented in the C++ 2011 API are actually not defined in the QosProvider class but in the delegated implementation class: QosProviderImpl. So they are not available to the application ... or I missed something ?

Best Regards,

Massimo

 

mpichini's picture
Offline
Last seen: 9 months 2 weeks ago
Joined: 09/16/2015
Posts: 27

I got it.

You need to access to the underlying QosProviderImpl via the delegate() method in the QosProvider class.

Massimo