9 dds::qosProfile * profile,
27 if (profile->count_subscriber_qos() == 0)
32 ACE_TEXT(
"SubscriberQos_Handler::get_subscriber_qos - ")
33 ACE_TEXT(
"No Subscriber QOS available in profile <%s>\n"),
34 profile->name().c_str()));
39 dds::qosProfile::subscriber_qos_iterator sub_it = profile->begin_subscriber_qos();
44 ACE_TEXT(
"(%P|%t) ERROR: SubscriberQos_Handler::get_subscriber_qos - ")
45 ACE_TEXT(
"Unable to find SubscriberQos <%s>\n"),
52 dds::subscriberQos * sub)
55 sub_type subscriber_qos_handler;
56 subscriber_qos_handler.
read_qos(sub_qos, sub);
static bool get_subscriber_qos(::DDS::SubscriberQos &sub_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