![]() |
OpenSplice C# API
v7.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
Class that contains information about available DataReaders within the system. More...
Public Attributes | |
DeadlineQosPolicy | Deadline |
QosPolicy attached to the DataReader More... | |
DestinationOrderQosPolicy | DestinationOrder |
QosPolicy attached to the DataReader More... | |
DurabilityQosPolicy | Durability |
QosPolicy attached to the DataReader More... | |
GroupDataQosPolicy | GroupData |
QosPolicy attached to the Subscriber to which the DataReader belongs More... | |
BuiltinTopicKey | Key |
Global unique identifier of the DataReader More... | |
LatencyBudgetQosPolicy | LatencyBudget |
QosPolicy attached to the DataReader More... | |
LivelinessQosPolicy | Liveliness |
QosPolicy attached to the DataReader More... | |
OwnershipQosPolicy | Ownership |
QosPolicy attached to the DataReader More... | |
BuiltinTopicKey | ParticipantKey |
Global unique identifier of the Participant to which the DataReader belongs More... | |
PartitionQosPolicy | Partition |
QosPolicy attached to the Subscriber to which the DataReader belongs More... | |
PresentationQosPolicy | Presentation |
QosPolicy attached to the Subscriber to which the DataReader belongs More... | |
ReliabilityQosPolicy | Reliability |
QosPolicy attached to the DataReader More... | |
TimeBasedFilterQosPolicy | TimeBasedFilter |
QosPolicy attached to the DataReader More... | |
TopicDataQosPolicy | TopicData |
QosPolicy attached to the Subscriber to which the DataReader belongs More... | |
string | TopicName |
Name of the Topic used by the DataReader More... | |
string | TypeName |
Type name of the Topic used by the DataReader More... | |
UserDataQosPolicy | UserData |
QosPolicy attached to the DataReader More... | |
Class that contains information about available DataReaders within the system.
The DCPSSubscription topic communicates the existence of datareaders by means of the SubscriptionBuiltinTopicData datatype. Each SubscriptionBuiltinTopicData sample in a Domain represents a datareader in that Domain: a new SubscriptionBuiltinTopicData instance is created when a newly-added DataReader is enabled, and it is disposed when that DataReader is deleted. An updated SubscriptionBuiltinTopicData sample is written each time the DataReader (or the Subscriber to which it belongs) modifies a QosPolicy that applies to the entities connected to it.
Definition at line 2831 of file DdsDcpsStructs.cs.
DeadlineQosPolicy DDS.SubscriptionBuiltinTopicData.Deadline |
QosPolicy attached to the DataReader
Definition at line 2861 of file DdsDcpsStructs.cs.
DestinationOrderQosPolicy DDS.SubscriptionBuiltinTopicData.DestinationOrder |
QosPolicy attached to the DataReader
Definition at line 2886 of file DdsDcpsStructs.cs.
DurabilityQosPolicy DDS.SubscriptionBuiltinTopicData.Durability |
QosPolicy attached to the DataReader
Definition at line 2856 of file DdsDcpsStructs.cs.
GroupDataQosPolicy DDS.SubscriptionBuiltinTopicData.GroupData |
QosPolicy attached to the Subscriber to which the DataReader belongs
Definition at line 2916 of file DdsDcpsStructs.cs.
BuiltinTopicKey DDS.SubscriptionBuiltinTopicData.Key |
Global unique identifier of the DataReader
Definition at line 2836 of file DdsDcpsStructs.cs.
LatencyBudgetQosPolicy DDS.SubscriptionBuiltinTopicData.LatencyBudget |
QosPolicy attached to the DataReader
Definition at line 2866 of file DdsDcpsStructs.cs.
LivelinessQosPolicy DDS.SubscriptionBuiltinTopicData.Liveliness |
QosPolicy attached to the DataReader
Definition at line 2871 of file DdsDcpsStructs.cs.
OwnershipQosPolicy DDS.SubscriptionBuiltinTopicData.Ownership |
QosPolicy attached to the DataReader
Definition at line 2881 of file DdsDcpsStructs.cs.
BuiltinTopicKey DDS.SubscriptionBuiltinTopicData.ParticipantKey |
Global unique identifier of the Participant to which the DataReader belongs
Definition at line 2841 of file DdsDcpsStructs.cs.
PartitionQosPolicy DDS.SubscriptionBuiltinTopicData.Partition |
QosPolicy attached to the Subscriber to which the DataReader belongs
Definition at line 2906 of file DdsDcpsStructs.cs.
PresentationQosPolicy DDS.SubscriptionBuiltinTopicData.Presentation |
QosPolicy attached to the Subscriber to which the DataReader belongs
Definition at line 2901 of file DdsDcpsStructs.cs.
ReliabilityQosPolicy DDS.SubscriptionBuiltinTopicData.Reliability |
QosPolicy attached to the DataReader
Definition at line 2876 of file DdsDcpsStructs.cs.
TimeBasedFilterQosPolicy DDS.SubscriptionBuiltinTopicData.TimeBasedFilter |
QosPolicy attached to the DataReader
Definition at line 2896 of file DdsDcpsStructs.cs.
TopicDataQosPolicy DDS.SubscriptionBuiltinTopicData.TopicData |
QosPolicy attached to the Subscriber to which the DataReader belongs
Definition at line 2911 of file DdsDcpsStructs.cs.
string DDS.SubscriptionBuiltinTopicData.TopicName |
Name of the Topic used by the DataReader
Definition at line 2846 of file DdsDcpsStructs.cs.
string DDS.SubscriptionBuiltinTopicData.TypeName |
Type name of the Topic used by the DataReader
Definition at line 2851 of file DdsDcpsStructs.cs.
UserDataQosPolicy DDS.SubscriptionBuiltinTopicData.UserData |
QosPolicy attached to the DataReader
Definition at line 2891 of file DdsDcpsStructs.cs.