#include <TopicQos_Handler.h>
Static Public Member Functions | |
static bool | get_topic_qos (::DDS::TopicQos &tp_qos,::dds::qosProfile *profile, const ACE_TCHAR *name=0) |
Static Private Member Functions | |
static bool | get_topic_qos (DDS::TopicQos &tp_qos, dds::topicQos *tp) |
Definition at line 22 of file TopicQos_Handler.h.
bool TopicQos_Handler::get_topic_qos | ( | DDS::TopicQos & | tp_qos, | |
dds::topicQos * | tp | |||
) | [static, private] |
Start parsing the QOS XML, using the template classes.
Definition at line 50 of file TopicQos_Handler.cpp.
00052 { 00053 typedef QOS_Topic_T<dds::topicQos*, DDS::TopicQos> tp_type; 00054 tp_type topic_qos_handler; 00055 topic_qos_handler.read_qos (tp_qos, tp); 00056 00057 return true; 00058 }
static bool TopicQos_Handler::get_topic_qos | ( | ::DDS::TopicQos & | tp_qos, | |
::dds::qosProfile * | profile, | |||
const ACE_TCHAR * | name = 0 | |||
) | [static] |
Find the correct topicQos within the given profile, based on the given name.