2 #include "dds/DdsDcpsInfrastructureC.h" 9 dds::qosProfile * profile,
27 if (profile->count_domainparticipant_qos() == 0)
32 ACE_TEXT(
"ParticipantQos_Handler::get_participant_qos - ")
33 ACE_TEXT(
"No Participant QOS available in profile <%s>\n"),
34 profile->name().c_str()));
39 dds::qosProfile::domainparticipant_qos_iterator dr_it = profile->begin_domainparticipant_qos();
44 ACE_TEXT(
"(%P|%t) ERROR: ParticipantQos_Handler::get_participant_qos - ")
45 ACE_TEXT(
"Unable to find ParticipantQos <%s>\n"),
52 dds::domainparticipantQos * dp)
71 if (dp->entity_factory_p())
73 if (dp->entity_factory().autoenable_created_entities_p())
76 dp->entity_factory().autoenable_created_entities();
81 ACE_TEXT(
"ParticipantQos_Handler::get_participant_qos - ")
82 ACE_TEXT(
"Set entity_factory autoenable_created_entities to <%d>\n"),
EntityFactoryQosPolicy entity_factory
OpenDDS_Dcps_Export unsigned int DCPS_debug_level
boolean autoenable_created_entities
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
static bool get_participant_qos(::DDS::DomainParticipantQos &dp_qos, ::dds::qosProfile *profile, const ACE_TCHAR *name=0)