RTI Connext DDS Micro C API  Version 4.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_GroupDataQosPolicy Struct Reference

Attaches a buffer of opaque data to a DDS_Entity which is distributed to other applications as part of the discovery process. More...

#include <dds_c_user_data_qos.h>

Data Fields

struct DDS_OctetSeq value
 The opaque data to be attached to the DDS_Entity.

Detailed Description

Attaches a buffer of opaque data to a DDS_Entity which is distributed to other applications as part of the discovery process.

Entity:
DDS_Publisher, DDS_Subscriber
Properties:
RxO = NO
Changeable = NO

Usage

The GROUP_DATA QoS policy allows an application to attach additional information to DDS_Entity objects so that when a remote application discovers them, it can access that information and use it for its own purposes. This information is not interpreted by RTI Connext DDS Micro. Use cases are usually application-to-application identification, authentication, authorization, and encryption.

The group data for a remote entity is received through the discovery process. The received topic data can be accessed through the functions for accessing the discovered entity data: DDS_DataWriter_get_matched_subscription_data and DDS_DataReader_get_matched_publication_data.

Important: RTI Connext DDS Micro stores the data placed in this policy in pre-allocated pools. You must configure RTI Connext DDS Micro with the maximum size and number of the data sequences that will be stored in policies of this type. These settings are configured in the DDS_DomainParticipantResourceLimitsQosPolicy.


Field Documentation

struct DDS_OctetSeq DDS_GroupDataQosPolicy::value

The opaque data to be attached to the DDS_Entity.

[default] empty (zero length)


RTI Connext DDS Micro C API Version 4.0.1 Copyright © Mon Jun 3 2024 Real-Time Innovations, Inc