TopicQos_Handler Class Reference

#include <TopicQos_Handler.h>

List of all members.

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)


Detailed Description

Author:
Marcel Smit (msmit@remedy.nl)

Definition at line 20 of file TopicQos_Handler.h.


Member Function Documentation

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 48 of file TopicQos_Handler.cpp.

00050 {
00051   typedef QOS_Topic_T<dds::topicQos*, DDS::TopicQos> tp_type;
00052   tp_type topic_qos_handler;
00053   topic_qos_handler.read_qos (tp_qos, tp);
00054 
00055   return true;
00056 }

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.

Referenced by OpenDDS::DCPS::QOS_XML_File_Handler::get_topic_qos().


The documentation for this class was generated from the following files:
Generated on Fri Feb 12 20:05:58 2016 for OpenDDS by  doxygen 1.4.7