RTI Connext Modern C++ API
Version 7.0.0
|
<<extension>> Contains the names of the built-in profiles in the regular (non-experimental) qos library More...
Functions | |
std::string | library_name () |
A library of non-experimental QoS profiles. More... | |
std::string | baseline () |
The most up-to-date QoS default values. More... | |
std::string | baseline_5_0_0 () |
The QoS default values for version 5.0.0. More... | |
std::string | baseline_5_1_0 () |
The QoS default values for version 5.1.0. More... | |
std::string | baseline_5_2_0 () |
The QoS default values for version 5.2.0. More... | |
std::string | baseline_5_3_0 () |
The QoS default values for version 5.3.0. More... | |
std::string | baseline_6_0_0 () |
The QoS default values for version 6.0.0. More... | |
std::string | baseline_6_1_0 () |
The QoS default values for version 6.1.0. More... | |
std::string | baseline_7_0_0 () |
The QoS default values for version 7.0.0. More... | |
std::string | generic_common () |
A common Participant base profile. More... | |
std::string | generic_monitoring_common () |
Enables RTI Monitoring Library. More... | |
std::string | generic_connext_micro_compatibility () |
Sets the values necessary to communicate with RTI Connext Micro. More... | |
std::string | generic_connext_micro_compatibility_2_4_9 () |
Sets the values necessary to communicate with RTI Connext Micro versions 2.4.4 through at least 2.4.9. More... | |
std::string | generic_connext_micro_compatibility_2_4_3 () |
Sets the values necessary to communicate with RTI Connext Micro versions 2.4.3 and ealier. More... | |
std::string | generic_other_dds_vendor_compatibility () |
Sets the values necessary to interoperate with other DDS vendors. More... | |
std::string | generic_510_transport_compatibility () |
Sets the values necessary to interoperate with RTI Connext 5.1.0 using the UDPv6 and/or SHMEM transports. More... | |
std::string | generic_security () |
Loads the DDS Secure builtin plugins. 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... | |
<<extension>> Contains the names of the built-in profiles in the regular (non-experimental) qos library