#include <PublisherQos_Handler.h>
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) |
Definition at line 18 of file PublisherQos_Handler.h.
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().