#include <DataReaderQos_Handler.h>
Static Public Member Functions | |
static bool | get_datareader_qos (::DDS::DataReaderQos &dr_qos,::dds::qosProfile *profile, const ACE_TCHAR *name=0) |
Static Private Member Functions | |
static bool | get_datareader_qos (DDS::DataReaderQos &dr_qos, dds::datareaderQos *dr) |
Definition at line 20 of file DataReaderQos_Handler.h.
bool DataReaderQos_Handler::get_datareader_qos | ( | DDS::DataReaderQos & | dr_qos, | |
dds::datareaderQos * | dr | |||
) | [static, private] |
Start parsing the QOS XML, using the template classes.
Definition at line 51 of file DataReaderQos_Handler.cpp.
00053 { 00054 typedef QOS_DataReader_T<dds::datareaderQos*, DDS::DataReaderQos> dr_type; 00055 dr_type datareader_qos_handler; 00056 datareader_qos_handler.read_qos (dr_qos, dr); 00057 00058 return true; 00059 }
static bool DataReaderQos_Handler::get_datareader_qos | ( | ::DDS::DataReaderQos & | dr_qos, | |
::dds::qosProfile * | profile, | |||
const ACE_TCHAR * | name = 0 | |||
) | [static] |
Find the correct datareaderQos within the given profile, based on the given name.