DataWriterQos_Handler Class Reference

#include <DataWriterQos_Handler.h>

List of all members.

Static Public Member Functions

static bool get_datawriter_qos (::DDS::DataWriterQos &dw_qos,::dds::qosProfile *profile, const ACE_TCHAR *name=0)

Static Private Member Functions

static bool get_datawriter_qos (DDS::DataWriterQos &dw_qos, dds::datawriterQos *dw)

Detailed Description

Author:
Marcel Smit (msmit@remedy.nl)

Definition at line 20 of file DataWriterQos_Handler.h.


Member Function Documentation

bool DataWriterQos_Handler::get_datawriter_qos ( DDS::DataWriterQos dw_qos,
dds::datawriterQos *  dw 
) [static, private]

Start parsing the QOS XML, using the template classes.

Definition at line 51 of file DataWriterQos_Handler.cpp.

00053 {
00054   typedef QOS_DataWriter_T<dds::datawriterQos*, DDS::DataWriterQos> dw_type;
00055   dw_type datawriter_qos_handler;
00056   datawriter_qos_handler.read_qos (dw_qos, dw);
00057 
00058   return true;
00059 }

static bool DataWriterQos_Handler::get_datawriter_qos ( ::DDS::DataWriterQos dw_qos,
::dds::qosProfile *  profile,
const ACE_TCHAR name = 0 
) [static]

Find the correct datawriterQos 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