#include <managed_domain.h>
Certain members must be set in a consistent manner:
Length of DDS::DomainParticipantQos::user_data .value <= DDS::DomainParticipantQos::resource_limits .participant_user_data_max_length
For DDS::DomainParticipantQos::discovery_config .publication_writer
high_watermark <= DDS::DomainParticipantQos::resource_limits .local_writer_allocation .max_count heartbeats_per_max_samples <= DDS::DomainParticipantQos::resource_limits .local_writer_allocation.max_count
For DDS::DomainParticipantQos::discovery_config .suscription_writer
high_watermark <= DDS::DomainParticipantQos::resource_limits .local_reader_allocation.max_count heartbeats_per_max_samples <= DDS::DomainParticipantQos::resource_limits .local_reader_allocation.max_count
If any of the above are not true, DDS::DomainParticipant::set_qos and DDS::DomainParticipant::set_qos_with_profile and DDS::DomainParticipantFactory::set_default_participant_qos will fail with DDS::Retcode_InconsistentPolicy, and DDS::DomainParticipantFactory::create_participant will fail.
User data policy, USER_DATA.
Entity factory policy, ENTITY_FACTORY.
<<eXtension>> Wire Protocol policy, WIRE_PROTOCOL.
The wire protocol (RTPS) attributes associated with the participant.
<<eXtension>> Transport Builtin policy, TRANSPORT_BUILTIN.
<<eXtension>> Default Unicast Transport policy, TRANSPORT_UNICAST.
<<eXtension>> Discovery policy, DISCOVERY.
<<eXtension>> Domain participant resource limits policy, DOMAIN_PARTICIPANT_RESOURCE_LIMITS.
<<eXtension>> Event policy, EVENT.
<<eXtension>> Receiver pool policy, RECEIVER_POOL.
<<eXtension>> Database policy, DATABASE.
<<eXtension>> Discovery config policy, DISCOVERY_CONFIG.
<<eXtension>> Property policy, PROPERTY.
<<eXtension>> The participant name. ENTITY_NAME
<<eXtension>> Type support data, TYPESUPPORT.
Optional value that is passed to a type plugin's on_participant_attached function.