|
RTI Connext Micro C++ API Version 4.3.0
|
QoS policies supported by a DDSDomainParticipant entity. More...
#include <dds_c_domain.h>
QoS policies supported by a DDSDomainParticipant entity.
The Qos policy must be set in a consistent manner, otherwise DDSDomainParticipant::set_qos and DDSDomainParticipantFactory::set_default_participant_qos will fail with DDS_RETCODE_INCONSISTENT_POLICY, and DDSDomainParticipantFactory::create_participant will fail.
| struct DDS_EntityFactoryQosPolicy DDS_DomainParticipantQos::entity_factory |
Entity factory policy, ENTITY_FACTORY.
| struct DDS_DiscoveryQosPolicy DDS_DomainParticipantQos::discovery |
<<eXtension>> Discovery policy, DISCOVERY.
| struct DDS_DomainParticipantResourceLimitsQosPolicy DDS_DomainParticipantQos::resource_limits |
<<eXtension>> Domain participant resource limits policy, DOMAIN_PARTICIPANT_RESOURCE_LIMITS.
| struct DDS_EntityNameQosPolicy DDS_DomainParticipantQos::participant_name |
<<eXtension>> The participant name. ENTITY_NAME
| struct DDS_WireProtocolQosPolicy DDS_DomainParticipantQos::protocol |
<<eXtension>> Wire Protocol policy, WIRE_PROTOCOL.
The wire protocol (RTPS) attributes associated with the participant.
| struct DDS_TransportQosPolicy DDS_DomainParticipantQos::transports |
<<eXtension>> Available transports for all communication to and from this DomainParticipant.
| struct DDS_UserTrafficQosPolicy DDS_DomainParticipantQos::user_traffic |
<<eXtension>> Transports enabled for user traffic.
| struct DDS_TrustQosPolicy DDS_DomainParticipantQos::trust |
<<eXtension>> The name of the Lightweight Security Plugin that will be used for Trust communications.
The DDSDomainParticipantFactory will search through a list of registered plugins. If it finds a registered Lightweight Security factory with a name matching this factory name, it will use that plugin to create a new instance and register the plugin with the DDSDomainParticipant. If it does not find a registered Lightweight Security factory with this name, DDSDomainParticipant creation will fail.
| struct DDS_PropertyQosPolicy DDS_DomainParticipantQos::property |
<<eXtension>> The DDSDomainParticipant properties. Please refer to the Property Reference for available properties.
| struct DDS_UserDataQosPolicy DDS_DomainParticipantQos::user_data |
User data policy, USER_DATA.
| struct DDS_FilterQosPolicy DDS_DomainParticipantQos::filter |
<<eXtension>> Filter policy, FILTER.