RTI Connext Modern C++ API Version 7.3.0
rti::core::builtin_profiles::qos_lib_exp Namespace Reference

<<extension>> <<experimental>> Contains the names of the built-in profiles in the experimental qos library. More...

Functions

std::string library_name ()
 A library of experimental QoS profiles. More...
 
std::string generic_strict_reliable ()
 Enables strict reliability. More...
 
std::string generic_keep_last_reliable ()
 Enables keep-last reliability. More...
 
std::string generic_best_effort ()
 Enables best-effort reliability kind. More...
 
std::string generic_strict_reliable_high_throughput ()
 A profile that can be used to achieve high throughput. More...
 
std::string generic_strict_reliable_low_latency ()
 A profile that can be used to achieve low latency. More...
 
std::string generic_participant_large_data ()
 A common Participant base profile to facilitate sending large data. More...
 
std::string generic_participant_large_data_monitoring ()
 Configures Participants for large data and monitoring. More...
 
std::string generic_strict_reliable_large_data ()
 Configures endpoints for sending large data with strict reliability. More...
 
std::string generic_keep_last_reliable_large_data ()
 Configures endpoints for sending large data with keep-last reliability. More...
 
std::string generic_strict_reliable_large_data_fast_flow ()
 Configures strictly reliable communication for large data with a fast flow controller. More...
 
std::string generic_strict_reliable_large_data_medium_flow ()
 Configures strictly reliable communication for large data with a medium flow controller. More...
 
std::string generic_strict_reliable_large_data_slow_flow ()
 Configures strictly reliable communication for large data with a slow flow controller. More...
 
std::string generic_keep_last_reliable_large_data_fast_flow ()
 Configures keep-last reliable communication for large data with a fast flow controller. More...
 
std::string generic_keep_last_reliable_large_data_medium_flow ()
 Configures keep-last reliable communication for large data with a medium flow controller. More...
 
std::string generic_keep_last_reliable_large_data_slow_flow ()
 Configures keep-last reliable communication for large data with a slow flow controller. More...
 
std::string generic_keep_last_reliable_transient_local ()
 Persists the samples of a DataWriter as long as the entity exists. More...
 
std::string generic_keep_last_reliable_transient ()
 Persists samples using RTI Persistence Service. More...
 
std::string generic_keep_last_reliable_persistent ()
 Persists samples in permanent storage, like a disk, using RTI Persistence Service. More...
 
std::string generic_auto_tuning ()
 Enables the Turbo Mode batching and Auto Throttle experimental features. More...
 
std::string generic_minimal_memory_footprint ()
 Uses a set of QoS which reduces the memory footprint of the application. More...
 
std::string pattern_periodic_data ()
 Used for applications that expect periodic data. More...
 
std::string pattern_streaming ()
 Used for applications that stream data. More...
 
std::string pattern_reliable_streaming ()
 Used for applications that stream data and require reliable communication. More...
 
std::string pattern_event ()
 Used for applications that handle events. More...
 
std::string pattern_alarm_event ()
 Used for applications that handle alarm events. More...
 
std::string pattern_status ()
 Used for applications whose samples represent statuses. More...
 
std::string pattern_alarm_status ()
 Used for applications in which samples represent alarm statuses. More...
 
std::string pattern_last_value_cache ()
 Used for applications that only need the last published value. More...
 

Detailed Description

<<extension>> <<experimental>> Contains the names of the built-in profiles in the experimental qos library.

This qos library is deprecated. These profiles have been moved to qos_lib.

The library name is rti::core::builtin_profiles::qos_lib_exp::library_name()