RTI Connext Modern C++ API  Version 6.1.0
rti::core::builtin_profiles::qos_snippet_lib Namespace Reference

<<extension>> Contains the names of the built-in QoS Snippets More...

Functions

std::string library_name ()
 A library of QoS Snippets. More...
 
std::string snippet_optimization_reliability_protocol_common ()
 QoS Snippet that configures the reliability protocol with a common configuration. More...
 
std::string snippet_optimization_reliability_protocol_keep_all ()
 QoS Snippet that configures the reliability protocol for KEEP_ALL. More...
 
std::string snippet_optimization_reliability_protocol_keep_last ()
 QoS Snippet that configures the reliability protocol for KEEP_LAST. More...
 
std::string snippet_optimization_reliability_protocol_high_rate ()
 QoS Snippet that configures the reliability protocol for sending data at a high rate. More...
 
std::string snippet_optimization_reliability_protocol_low_latency ()
 QoS Snippet that configures the reliability protocol for sending data at low latency. More...
 
std::string snippet_optimization_reliability_protocol_large_data ()
 QoS Snippet that configures the reliability protocol for large data. More...
 
std::string snippet_optimization_reliability_protocol_dynamicmemalloc ()
 Configures the DataWriter and DataReader caches to use dynamic memory allocation for Large Data samples. More...
 
std::string snippet_optimization_discovery_common ()
 QoS Snippet that optimizes discovery with a common configuration. More...
 
std::string snippet_optimization_discovery_participant_compact ()
 QoS Snippet that optimizes the Participant QoS to send less discovery information. More...
 
std::string snippet_optimization_discovery_endpoint_fast ()
 QoS Snippet that optimizes the Endpoint Discovery to be faster. More...
 
std::string snippet_optimization_transport_large_buffers ()
 QoS Snippet that increases the Participant default buffer that shmem and udpv4 use. More...
 
std::string snippet_qos_policy_reliability_reliable ()
 QoS Snippet that sets RELIABILITY QoS to RELIABLE. More...
 
std::string snippet_qos_policy_reliability_best_effort ()
 QoS Snippet that sets RELIABILITY QoS to BEST_EFFORT. More...
 
std::string snippet_qos_policy_history_keep_last_1 ()
 QoS Snippet that sets HISTORY QoS to KEEP_LAST kind with depth 1. More...
 
std::string snippet_qos_policy_history_keep_all ()
 QoS Snippet that sets HISTORY QosPolicy to KEEP_ALL kind. More...
 
std::string snippet_qos_policy_publish_mode_asynchronous ()
 QoS Snippet that sets PUBLISH_MODE QosPolicy to ASYNCHRONOUS kind. More...
 
std::string snippet_qos_policy_durability_transient_local ()
 QoS Snippet that sets DURABILITY QosPolicy to TRANSIENT_LOCAL kind. More...
 
std::string snippet_qos_policy_durability_transient ()
 QoS Snippet that sets DURABILITY QosPolicy to TRANSIENT kind. More...
 
std::string snippet_qos_policy_durability_persistent ()
 QoS Snippet that sets DURABILITY QosPolicy to PERSISTENT kind. More...
 
std::string snippet_qos_policy_batching_enable ()
 QoS Snippet that sets BATCH QosPolicy to true. More...
 
std::string snippet_qos_policy_flow_controller_838mbps ()
 QoS Snippet that configures and set a FlowController of 838 Mbps. More...
 
std::string snippet_qos_policy_flow_controller_209mbps ()
 QoS Snippet that configures and sets a FlowController of 209 Mbps. More...
 
std::string snippet_qos_policy_flow_controller_52mbps ()
 QoS Snippet that configures and sets a FlowController of 52 Mbps. More...
 
std::string snippet_feature_auto_tuning_enable ()
 QoS Snippet that enables auto_throttle and turbo_mode to true. More...
 
std::string snippet_feature_monitoring_enable ()
 QoS Snippet that enables the use of the RTI Monitoring Library. More...
 
std::string snippet_feature_security_enable ()
 QoS Snippet that enables security using the Builtin Security Plugins. More...
 
std::string snippet_feature_topic_query_enable ()
 QoS Snippet that enables Topic Query. More...
 
std::string snippet_transport_tcp_lan_client ()
 QoS Snippet that configures a TCP LAN Client over DDS. More...
 
std::string snippet_transport_tcp_wan_symmetric_client ()
 QoS Snippet that configures a symmetric WAN TCP Client over DDS. More...
 
std::string snippet_transport_tcp_wan_asymmetric_server ()
 QoS Snippet that an asymmetric WAN TCP Server over DDS. More...
 
std::string snippet_transport_tcp_wan_asymmetric_client ()
 QoS Snippet that configures an asymmetric WAN TCP Client over DDS. More...
 
std::string snippet_compatibility_connext_micro_version_2_4_3 ()
 QoS Snippet that configures sets LIVELINESS QoS to be compatible with RTI Connext Micro 2.4.3. More...
 
std::string snippet_compatibility_other_dds_vendors_enable ()
 QoS Snippet that configures RTI Connext to interoperate with other DDS vendors. More...
 
std::string snippet_compatibility_5_1_0_transport_enable ()
 QoS Snippet that configures RTI Connext to interoperate with RTI Connext 5.1.0 and below for UDPv6 and SHMEM transports. More...
 

Detailed Description

<<extension>> Contains the names of the built-in QoS Snippets

See also
BuiltinQosProfilesGroupDocs