OpenDDS  Snapshot(2023/04/28-20:55)
Static Public Member Functions | Static Private Member Functions | List of all members
TopicQos_Handler Class Reference

#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)
 

Detailed Description

Author
Marcel Smit (msmit.nosp@m.@rem.nosp@m.edy.n.nosp@m.l)

Definition at line 22 of file TopicQos_Handler.h.

Member Function Documentation

◆ get_topic_qos() [1/2]

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_Handler::get_topic_qos().

◆ get_topic_qos() [2/2]

bool TopicQos_Handler::get_topic_qos ( DDS::TopicQos tp_qos,
dds::topicQos *  tp 
)
staticprivate

Start parsing the QOS XML, using the template classes.

Definition at line 50 of file TopicQos_Handler.cpp.

References OPENDDS_END_VERSIONED_NAMESPACE_DECL, and QOS_Topic_T< XML_QOS_TYPE, DDS_QOS_TYPE >::read_qos().

52 {
54  tp_type topic_qos_handler;
55  topic_qos_handler.read_qos(tp_qos, tp);
56 
57  return true;
58 }
void read_qos(DDS_QOS_TYPE &, const XML_QOS_TYPE)
Definition: QOS_Topic_T.cpp:19

The documentation for this class was generated from the following files: