Download User`s Manual - Community RTI Connext Users
Transcript
17.10.1 Retrieving a List of Available Libraries 17.10.1 Retrieving a List of Available Libraries To get a list of available QoS libraries, call the DomainParticipantFactory’s get_qos_profile_libraries() operation, which returns the names of all QoS libraries that have been loaded by Connext DDS. DDS_ReturnCode_t get_qos_profile_libraries (struct DDS_StringSeq *profile_names) 17.10.2 Retrieving a List of Available QoS Profiles To get a list of available QoS profiles, call the DomainParticipantFactory’s get_qos_profiles() operation, which returns the names of all profiles within a specified QoS library. Either the input QoS library name must be specified or the default profile library must have been set prior to calling this function. DDS_ReturnCode_t get_qos_profiles (struct DDS_StringSeq *profile_names, const char *library_name) 17.11 Configuring Logging Via XML Logging can be configured via XML using the DomainParticipantFactory’s LoggingQosPolicy. See Configuring Logging via XML (Section 21.2.2 on page 870) for additional details. 822
Related documents
RTI Data Distribution Service User`s Manual
User`s Manual - Community RTI Connext Users
User`s Manual - Community RTI Connext Users
Core Libraries and Utilities User`s Manual
User`s Manual - eProsima Middleware Experts
User`s Manual - Community RTI Connext Users
Release Notes - Community RTI Connext Users
XML-Based Application Creation Getting Started Guide
RTI Spreadsheet Add-in for Microsoft
RTI Routing Service
DDS QoS Reference Guide - Community RTI Connext Users
Welcome to RTI Code Generator 2!