#include <SubscriberQos_Handler.h>
Static Public Member Functions | |
static bool | get_subscriber_qos (::DDS::SubscriberQos &sub_qos,::dds::qosProfile *profile, const ACE_TCHAR *name=0) |
Static Private Member Functions | |
static bool | get_subscriber_qos (DDS::SubscriberQos &sub_qos, dds::subscriberQos *sub) |
Definition at line 18 of file SubscriberQos_Handler.h.
bool SubscriberQos_Handler::get_subscriber_qos | ( | DDS::SubscriberQos & | sub_qos, | |
dds::subscriberQos * | sub | |||
) | [static, private] |
Start parsing the QOS XML, using the template classes.
Definition at line 49 of file SubscriberQos_Handler.cpp.
00051 { 00052 typedef QOS_PubSub_T<dds::subscriberQos*, DDS::SubscriberQos> sub_type; 00053 sub_type subscriber_qos_handler; 00054 subscriber_qos_handler.read_qos (sub_qos, sub); 00055 00056 return true; 00057 }
static bool SubscriberQos_Handler::get_subscriber_qos | ( | ::DDS::SubscriberQos & | sub_qos, | |
::dds::qosProfile * | profile, | |||
const ACE_TCHAR * | name = 0 | |||
) | [static] |
Find the correct subscriberQos within the given profile, based on the given name.
Referenced by OpenDDS::DCPS::QOS_XML_File_Handler::get_subscriber_qos().