8 dds::qosProfile * profile,
26 if (profile->count_publisher_qos() == 0)
31 ACE_TEXT(
"PublisherQos_Handler::get_publisher_qos - ")
32 ACE_TEXT(
"No Publisher QOS available in profile <%s>\n"),
33 profile->name().c_str()));
38 dds::qosProfile::publisher_qos_iterator pub_it = profile->begin_publisher_qos();
43 ACE_TEXT(
"(%P|%t) ERROR: PublisherQos_Handler::get_publisher_qos - ")
44 ACE_TEXT(
"Unable to find PublisherQos <%s>\n"),
51 dds::publisherQos * pub)
54 pub_type publisher_qos_handler;
55 publisher_qos_handler.
read_qos(pub_qos, pub);
static bool get_publisher_qos(::DDS::PublisherQos &pub_qos, ::dds::qosProfile *profile, const ACE_TCHAR *name=0)
void read_qos(DDS_QOS_TYPE &, const XML_QOS_TYPE)
OpenDDS_Dcps_Export unsigned int DCPS_debug_level
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL