PublisherQos_Handler Class Reference

#include <PublisherQos_Handler.h>

List of all members.

Static Public Member Functions

static bool get_publisher_qos (::DDS::PublisherQos &pub_qos,::dds::qosProfile *profile, const ACE_TCHAR *name=0)

Static Private Member Functions

static bool get_publisher_qos (DDS::PublisherQos &pub_qos, dds::publisherQos *pub)


Detailed Description

Author:
Marcel Smit (msmit@remedy.nl)

Definition at line 18 of file PublisherQos_Handler.h.


Member Function Documentation

bool PublisherQos_Handler::get_publisher_qos ( DDS::PublisherQos pub_qos,
dds::publisherQos *  pub 
) [static, private]

Start parsing the QOS XML, using the template classes.

Definition at line 48 of file PublisherQos_Handler.cpp.

00050 {
00051   typedef QOS_PubSub_T<dds::publisherQos*, DDS::PublisherQos> pub_type;
00052   pub_type publisher_qos_handler;
00053   publisher_qos_handler.read_qos (pub_qos, pub);
00054 
00055   return true;
00056 }

static bool PublisherQos_Handler::get_publisher_qos ( ::DDS::PublisherQos pub_qos,
::dds::qosProfile *  profile,
const ACE_TCHAR *  name = 0 
) [static]

Find the correct publisherQos within the given profile, based on the given name.

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


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