#include <DataWriterQos_Handler.h>
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) |
Definition at line 18 of file DataWriterQos_Handler.h.
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 49 of file DataWriterQos_Handler.cpp.
00051 { 00052 typedef QOS_DataWriter_T<dds::datawriterQos*, DDS::DataWriterQos> dw_type; 00053 dw_type datawriter_qos_handler; 00054 datawriter_qos_handler.read_qos (dw_qos, dw); 00055 00056 return true; 00057 }
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.
Referenced by OpenDDS::DCPS::QOS_XML_File_Handler::get_datawriter_qos().