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 20 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 50 of file PublisherQos_Handler.cpp.

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

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1