RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::SubscriptionBuiltinTopicData Class Reference

Entry created when a DDS::DataReader is discovered in association with its Subscriber. More...

#include <managed_builtin.h>

Inheritance diagram for DDS::SubscriptionBuiltinTopicData:
DDS::ICopyable< T >

Public Attributes

BuiltinTopicKey_t key
 DCPS key to distinguish entries.
 
BuiltinTopicKey_t participant_key
 DCPS key of the participant to which the DataReader belongs.
 
System::String^ topic_name
 Name of the related DDS::Topic.
 
System::String^ type_name
 Name of the type attached to the DDS::Topic.
 
DurabilityQosPolicy durability
 Policy of the corresponding DataReader.
 
DeadlineQosPolicy deadline
 Policy of the corresponding DataReader.
 
LatencyBudgetQosPolicy latency_budget
 Policy of the corresponding DataReader.
 
LivelinessQosPolicy liveliness
 Policy of the corresponding DataReader.
 
ReliabilityQosPolicy reliability
 Policy of the corresponding DataReader.
 
OwnershipQosPolicy ownership
 Policy of the corresponding DataReader.
 
DestinationOrderQosPolicy destination_order
 Policy of the corresponding DataReader.
 
TimeBasedFilterQosPolicy time_based_filter
 Policy of the corresponding DataReader.
 
PresentationQosPolicy presentation
 Policy of the Subscriber to which the DataReader belongs.
 
TypeConsistencyEnforcementQosPolicy type_consistency
 Policy of the corresponding DataReader.
 
BuiltinTopicKey_t subscriber_key
 <<extension>> DCPS key of the subscriber to which the DataReader belongs.
 
GUID_t virtual_guid
 <<extension>> Virtual GUID associated to the DataReader.
 
ServiceQosPolicy service
 <<extension>> Policy of the corresponding DataReader.
 
ProtocolVersion_t rtps_protocol_version
 <<extension>> Version number of the RTPS wire protocol used.
 
VendorId_t rtps_vendor_id
 <<extension>> ID of vendor implementing the RTPS wire protocol.
 
ProductVersion_t product_version
 <<extension>> This is a vendor specific parameter. It gives the current version of RTI Connext
 

Properties

UserDataQosPolicy^  user_data [get]
 Policy of the corresponding DataReader.
 
PartitionQosPolicy^  partition [get]
 Policy of the Subscriber to which the DataReader belongs.
 
TopicDataQosPolicy^  topic_data [get]
 Policy of the related Topic.
 
GroupDataQosPolicy^  group_data [get]
 Policy of the Subscriber to which the DataReader belongs.
 
DDS::TypeCode^  type_code [get]
 <<extension>> Type code information of the corresponding Topic
 
DDS::TypeObject^  type [get]
 <<extension>> Type object information of the corresponding DataWriter
 
PropertyQosPolicy^  property_qos [get]
 <<extension>> Properties of the corresponding DataReader.
 
LocatorSeq^  unicast_locators [get]
 <<extension>> Custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified.
 
LocatorSeq^  multicast_locators [get]
 <<extension>> Custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified.
 
ContentFilterProperty_t^  content_filter_property [get]
 <<extension>> This field provides all the required information to enable content filtering on the Writer side.
 
System::Boolean disable_positive_acks [get, set]
 <<extension>> This is a vendor specific parameter. Determines whether the corresponding DataReader sends positive acknowledgments for reliability.
 
EntityNameQosPolicy^  subscription_name [get]
 <<extension>> The subscription name and role name.
 

Detailed Description

Entry created when a DDS::DataReader is discovered in association with its Subscriber.

Data associated with the built-in topic DDS::SubscriptionBuiltinTopicDataTypeSupport::SUBSCRIPTION_TOPIC_NAME. It contains QoS policies and additional information that apply to the remote DDS::DataReader the related DDS::Subscriber.

See Also
DDS::SubscriptionBuiltinTopicDataTypeSupport::SUBSCRIPTION_TOPIC_NAME
DDS::SubscriptionBuiltinTopicDataDataReader

Member Data Documentation

BuiltinTopicKey_t DDS::SubscriptionBuiltinTopicData::key

DCPS key to distinguish entries.

BuiltinTopicKey_t DDS::SubscriptionBuiltinTopicData::participant_key

DCPS key of the participant to which the DataReader belongs.

System::String ^ DDS::SubscriptionBuiltinTopicData::topic_name

Name of the related DDS::Topic.

The length of this string is limited to 255 characters.

System::String ^ DDS::SubscriptionBuiltinTopicData::type_name

Name of the type attached to the DDS::Topic.

The length of this string is limited to 255 characters.

DurabilityQosPolicy DDS::SubscriptionBuiltinTopicData::durability

Policy of the corresponding DataReader.

DeadlineQosPolicy DDS::SubscriptionBuiltinTopicData::deadline

Policy of the corresponding DataReader.

LatencyBudgetQosPolicy DDS::SubscriptionBuiltinTopicData::latency_budget

Policy of the corresponding DataReader.

LivelinessQosPolicy DDS::SubscriptionBuiltinTopicData::liveliness

Policy of the corresponding DataReader.

ReliabilityQosPolicy DDS::SubscriptionBuiltinTopicData::reliability

Policy of the corresponding DataReader.

OwnershipQosPolicy DDS::SubscriptionBuiltinTopicData::ownership

Policy of the corresponding DataReader.

DestinationOrderQosPolicy DDS::SubscriptionBuiltinTopicData::destination_order

Policy of the corresponding DataReader.

TimeBasedFilterQosPolicy DDS::SubscriptionBuiltinTopicData::time_based_filter

Policy of the corresponding DataReader.

PresentationQosPolicy DDS::SubscriptionBuiltinTopicData::presentation

Policy of the Subscriber to which the DataReader belongs.

TypeConsistencyEnforcementQosPolicy DDS::SubscriptionBuiltinTopicData::type_consistency

Policy of the corresponding DataReader.

BuiltinTopicKey_t DDS::SubscriptionBuiltinTopicData::subscriber_key

<<extension>> DCPS key of the subscriber to which the DataReader belongs.

GUID_t DDS::SubscriptionBuiltinTopicData::virtual_guid

<<extension>> Virtual GUID associated to the DataReader.

See Also
DDS::GUID_t
ServiceQosPolicy DDS::SubscriptionBuiltinTopicData::service

<<extension>> Policy of the corresponding DataReader.

ProtocolVersion_t DDS::SubscriptionBuiltinTopicData::rtps_protocol_version

<<extension>> Version number of the RTPS wire protocol used.

VendorId_t DDS::SubscriptionBuiltinTopicData::rtps_vendor_id

<<extension>> ID of vendor implementing the RTPS wire protocol.

ProductVersion_t DDS::SubscriptionBuiltinTopicData::product_version

<<extension>> This is a vendor specific parameter. It gives the current version of RTI Connext

Property Documentation

UserDataQosPolicy^ DDS::SubscriptionBuiltinTopicData::user_data
get

Policy of the corresponding DataReader.

PartitionQosPolicy^ DDS::SubscriptionBuiltinTopicData::partition
get

Policy of the Subscriber to which the DataReader belongs.

TopicDataQosPolicy^ DDS::SubscriptionBuiltinTopicData::topic_data
get

Policy of the related Topic.

GroupDataQosPolicy^ DDS::SubscriptionBuiltinTopicData::group_data
get

Policy of the Subscriber to which the DataReader belongs.

DDS:: TypeCode^ DDS::SubscriptionBuiltinTopicData::type_code
get

<<extension>> Type code information of the corresponding Topic

DDS:: TypeObject^ DDS::SubscriptionBuiltinTopicData::type
get

<<extension>> Type object information of the corresponding DataWriter

PropertyQosPolicy^ DDS::SubscriptionBuiltinTopicData::property_qos
get

<<extension>> Properties of the corresponding DataReader.

LocatorSeq^ DDS::SubscriptionBuiltinTopicData::unicast_locators
get

<<extension>> Custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified.

LocatorSeq^ DDS::SubscriptionBuiltinTopicData::multicast_locators
get

<<extension>> Custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified.

ContentFilterProperty_t^ DDS::SubscriptionBuiltinTopicData::content_filter_property
get

<<extension>> This field provides all the required information to enable content filtering on the Writer side.

System:: Boolean DDS::SubscriptionBuiltinTopicData::disable_positive_acks
getset

<<extension>> This is a vendor specific parameter. Determines whether the corresponding DataReader sends positive acknowledgments for reliability.

EntityNameQosPolicy^ DDS::SubscriptionBuiltinTopicData::subscription_name
get

<<extension>> The subscription name and role name.

This member contains the name and the role name of the discovered subscription.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc