9 dds::qosProfile * profile,
27 if (profile->count_datawriter_qos() == 0)
32 ACE_TEXT(
"DataWriterQos_Handler::get_datawriter_qos - ")
33 ACE_TEXT(
"No DataWriter QOS available in profile <%s>\n"),
34 profile->name().c_str()));
39 dds::qosProfile::datawriter_qos_iterator dw_it = profile->begin_datawriter_qos();
44 ACE_TEXT(
"(%P|%t) ERROR: DataWriterQos_Handler::get_datawriter_qos - ")
45 ACE_TEXT(
"Unable to find DataWriterQos <%s>\n"),
52 dds::datawriterQos * dw)
55 dw_type datawriter_qos_handler;
56 datawriter_qos_handler.
read_qos(dw_qos, dw);
void read_qos(DDS_QOS_TYPE &, const XML_QOS_TYPE)
OpenDDS_Dcps_Export unsigned int DCPS_debug_level
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
static bool get_datawriter_qos(::DDS::DataWriterQos &dw_qos, ::dds::qosProfile *profile, const ACE_TCHAR *name=0)