RTI Connext .Net APIs
Version 5.3.0
|
The available built-in QoS libraries and profiles. More...
#include <managed_infrastructure.h>
Static Public Attributes | |
static System::String ^ | BUILTIN_QOS_LIB |
A library of non-experimental QoS profiles. More... | |
static System::String ^ | PROFILE_BASELINE_ROOT |
The root baseline QoS values from which all other Baseline.X.X.X profiles inherit. More... | |
static System::String ^ | PROFILE_BASELINE |
The most up-to-date QoS default values. More... | |
static System::String ^ | PROFILE_BASELINE_5_0_0 |
The QoS default values for version 5.0.0. More... | |
static System::String ^ | PROFILE_BASELINE_5_1_0 |
The QoS default values for version 5.1.0. More... | |
static System::String ^ | PROFILE_BASELINE_5_2_0 |
The QoS default values for version 5.2.0. More... | |
static System::String ^ | PROFILE_BASELINE_5_3_0 |
The QoS default values for version 5.3.0. More... | |
static System::String ^ | PROFILE_GENERIC_COMMON |
A common Participant base profile. More... | |
static System::String ^ | PROFILE_GENERIC_MONITORING_COMMON |
Enables RTI Monitoring Library. More... | |
static System::String ^ | PROFILE_GENERIC_CONNEXT_MICRO_COMPATIBILITY |
Sets the values necessary to communicate with RTI Connext Micro. More... | |
static System::String ^ | PROFILE_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... | |
static System::String ^ | PROFILE_GENERIC_CONNEXT_MICRO_COMPATIBILITY_2_4_3 |
Sets the values necessary to communicate with RTI Connext Micro versions 2.4.3 and ealier. More... | |
static System::String ^ | PROFILE_GENERIC_OTHER_DDS_VENDOR_COMPATIBILITY |
Sets the values necessary to interoperate with other DDS vendors. More... | |
static System::String ^ | PROFILE_GENERIC_510_TRANSPORT_COMPATIBILITY |
Sets the values necessary to interoperate with RTI Connext 5.1.0 using the UDPv6 and/or SHMEM transports. More... | |
static System::String ^ | PROFILE_GENERIC_SECURITY |
Loads the DDS Secure builtin plugins. More... | |
static System::String ^ | BUILTIN_QOS_LIB_EXP |
A library of experimental QoS profiles. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE |
Enables strict reliability. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE |
Enables keep-last reliability. More... | |
static System::String ^ | PROFILE_GENERIC_BEST_EFFORT |
Enables best-effort reliability. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE_HIGH_THROUGHPUT |
A profile that can be used to achieve high throughput. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE_LOW_LATENCY |
A profile that can be used to achieve low latency. More... | |
static System::String ^ | PROFILE_GENERIC_PARTICIPANT_LARGE_DATA |
A common Participant base profile to facilitate sending large data. More... | |
static System::String ^ | PROFILE_GENERIC_PARTICIPANT_LARGE_DATA_MONITORING |
Configures Participants for large data and monitoring. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA |
Configures endpoints for sending large data with strict reliability. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA |
Configures endpoints for sending large data with keep-last reliability. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA_FAST_FLOW |
Configures strictly reliable communication for large data with a fast flow controller. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA_MEDIUM_FLOW |
Configures strictly reliable communication for large data with a medium flow controller. More... | |
static System::String ^ | PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA_SLOW_FLOW |
Configures strictly reliable communication for large data with a slow flow controller. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA_FAST_FLOW |
Configures keep-last reliable communication for large data with a fast flow controller. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA_MEDIUM_FLOW |
Configures keep-last reliable communication for large data with a medium flow controller. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA_SLOW_FLOW |
Configures keep-last reliable communication for large data with a slow flow controller. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_TRANSIENT_LOCAL |
Persists the samples of a DataWriter as long as the entity exists. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_TRANSIENT |
Persists samples using RTI Persistence Service. More... | |
static System::String ^ | PROFILE_GENERIC_KEEP_LAST_RELIABLE_PERSISTENT |
Persists samples in permanent storage, like a disk, using RTI Persistence Service. More... | |
static System::String ^ | PROFILE_GENERIC_AUTO_TUNING |
Enables the Turbo Mode batching and Auto Throttle experimental features. More... | |
static System::String ^ | PROFILE_GENERIC_MINIMAL_MEMORY_FOOTPRINT |
Uses a set of QoS which reduces the memory footprint of the application. More... | |
static System::String ^ | PROFILE_PATTERN_PERIODIC_DATA |
Used for applications that expect periodic data. More... | |
static System::String ^ | PROFILE_PATTERN_STREAMING |
Used for applications that stream data. More... | |
static System::String ^ | PROFILE_PATTERN_RELIABLE_STREAMING |
Used for applications that stream data and require reliable communication. More... | |
static System::String ^ | PROFILE_PATTERN_EVENT |
Used for applications that handle events. More... | |
static System::String ^ | PROFILE_PATTERN_ALARM_EVENT |
Used for applications which handle alarm events. More... | |
static System::String ^ | PROFILE_PATTERN_STATUS |
Used for applications whose samples represent statuses. More... | |
static System::String ^ | PROFILE_PATTERN_ALARM_STATUS |
Used for applications in which samples represent alarm statuses. More... | |
static System::String ^ | PROFILE_PATTERN_LAST_VALUE_CACHE |
Used for applications that only need the last published value. More... | |
The available built-in QoS libraries and profiles.