RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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.
 
std::string snippet_optimization_reliability_protocol_common ()
 QoS Snippet that configures the reliability protocol with a common configuration.
 
std::string snippet_optimization_reliability_protocol_keep_all ()
 QoS Snippet that configures the reliability protocol for KEEP_ALL.
 
std::string snippet_optimization_reliability_protocol_keep_last ()
 QoS Snippet that configures the reliability protocol for KEEP_LAST.
 
std::string snippet_optimization_reliability_protocol_high_rate ()
 QoS Snippet that configures the reliability protocol for sending data at a high rate.
 
std::string snippet_optimization_reliability_protocol_low_latency ()
 QoS Snippet that configures the reliability protocol for sending data at low latency.
 
std::string snippet_optimization_reliability_protocol_large_data ()
 QoS Snippet that configures the reliability protocol for large data.
 
std::string snippet_optimization_reliability_protocol_dynamicmemalloc ()
 Configures the DataWriter and DataReader caches to use dynamic memory allocation for Large Data samples.
 
std::string snippet_optimization_discovery_common ()
 QoS Snippet that optimizes discovery with a common configuration.
 
std::string snippet_optimization_discovery_participant_compact ()
 QoS Snippet that optimizes the Participant QoS to send less discovery information.
 
std::string snippet_optimization_discovery_endpoint_fast ()
 QoS Snippet that optimizes the Endpoint Discovery to be faster.
 
std::string snippet_optimization_transport_large_buffers ()
 QoS Snippet that increases the Participant default buffer that shmem and udpv4 use.
 
std::string snippet_qos_policy_reliability_reliable ()
 QoS Snippet that sets RELIABILITY QoS to RELIABLE.
 
std::string snippet_qos_policy_reliability_best_effort ()
 QoS Snippet that sets RELIABILITY QoS to BEST_EFFORT.
 
std::string snippet_qos_policy_history_keep_last_1 ()
 QoS Snippet that sets HISTORY QoS to KEEP_LAST kind with depth 1.
 
std::string snippet_qos_policy_history_keep_all ()
 QoS Snippet that sets HISTORY QosPolicy to KEEP_ALL kind.
 
std::string snippet_qos_policy_publish_mode_asynchronous ()
 QoS Snippet that sets PUBLISH_MODE QosPolicy to ASYNCHRONOUS kind.
 
std::string snippet_qos_policy_durability_transient_local ()
 QoS Snippet that sets DURABILITY QosPolicy to TRANSIENT_LOCAL kind.
 
std::string snippet_qos_policy_durability_transient ()
 QoS Snippet that sets DURABILITY QosPolicy to TRANSIENT kind.
 
std::string snippet_qos_policy_durability_persistent ()
 QoS Snippet that sets DURABILITY QosPolicy to PERSISTENT kind.
 
std::string snippet_qos_policy_batching_enable ()
 QoS Snippet that sets BATCH QosPolicy to true.
 
std::string snippet_qos_policy_flow_controller_838mbps ()
 QoS Snippet that configures and set a FlowController of 838 Mbps.
 
std::string snippet_qos_policy_flow_controller_209mbps ()
 QoS Snippet that configures and sets a FlowController of 209 Mbps.
 
std::string snippet_qos_policy_flow_controller_52mbps ()
 QoS Snippet that configures and sets a FlowController of 52 Mbps.
 
std::string snippet_feature_auto_tuning_enable ()
 QoS Snippet that enables auto_throttle and turbo_mode to true.
 
std::string snippet_feature_monitoring_enable ()
 QoS Snippet that enables the use of the RTI Monitoring Library.
 
std::string snippet_feature_security_enable ()
 QoS Snippet that enables security using the Builtin Security Plugins.
 
std::string snippet_feature_topic_query_enable ()
 QoS Snippet that enables Topic Query.
 
std::string snippet_transport_tcp_lan_client ()
 QoS Snippet that configures a TCP LAN Client over DDS.
 
std::string snippet_transport_tcp_wan_symmetric_client ()
 QoS Snippet that configures a symmetric WAN TCP Client over DDS.
 
std::string snippet_transport_tcp_wan_asymmetric_server ()
 QoS Snippet that an asymmetric WAN TCP Server over DDS.
 
std::string snippet_transport_tcp_wan_asymmetric_client ()
 QoS Snippet that configures an asymmetric WAN TCP Client over DDS.
 
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.
 
std::string snippet_compatibility_other_dds_vendors_enable ()
 QoS Snippet that configures RTI Connext to interoperate with other DDS vendors.
 
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.
 

Detailed Description

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

See Also
BuiltinQosProfilesGroupDocs

RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc