8 dds::qosProfile * profile,
26 if (profile->count_topic_qos() == 0)
31 ACE_TEXT(
"TopicQos_Handler::get_topic_qos - ")
32 ACE_TEXT(
"No Topic QOS available in profile <%s>\n"),
33 profile->name().c_str()));
38 dds::qosProfile::topic_qos_iterator tp_it = profile->begin_topic_qos();
43 ACE_TEXT(
"(%P|%t) ERROR: TopicQos_Handler::get_topic_qos - ")
44 ACE_TEXT(
"Unable to find TopicQos <%s>\n"),
54 tp_type topic_qos_handler;
55 topic_qos_handler.
read_qos(tp_qos, tp);
void read_qos(DDS_QOS_TYPE &, const XML_QOS_TYPE)
static bool get_topic_qos(::DDS::TopicQos &tp_qos, ::dds::qosProfile *profile, const ACE_TCHAR *name=0)
OpenDDS_Dcps_Export unsigned int DCPS_debug_level
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL