![]() |
OpenSplice C# API
v7.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
Class that contains information about available DataWriters within the system. More...
Public Attributes | |
DeadlineQosPolicy | Deadline |
QosPolicy attached to the DataWriter More... | |
DurabilityQosPolicy | Durability |
QosPolicy attached to the DataWriter More... | |
GroupDataQosPolicy | GroupData |
QosPolicy attached to the Publisher to which the DataWriter belongs More... | |
BuiltinTopicKey | Key |
Global unique identifier of the DataWriter More... | |
LatencyBudgetQosPolicy | LatencyBudget |
QosPolicy attached to the DataWriter More... | |
LifespanQosPolicy | Lifespan |
QosPolicy attached to the DataWriter More... | |
LivelinessQosPolicy | Liveliness |
QosPolicy attached to the DataWriter More... | |
OwnershipQosPolicy | Ownership |
QosPolicy attached to the DataWriter More... | |
OwnershipStrengthQosPolicy | OwnershipStrength |
QosPolicy attached to the DataWriter More... | |
BuiltinTopicKey | ParticipantKey |
Global unique identifier of the Participant to which the DataWriter belongs More... | |
PartitionQosPolicy | Partition |
QosPolicy attached to the Publisher to which the DataWriter belongs More... | |
PresentationQosPolicy | Presentation |
QosPolicy attached to the Publisher to which the DataWriter belongs More... | |
ReliabilityQosPolicy | Reliability |
QosPolicy attached to the DataWriter More... | |
TopicDataQosPolicy | TopicData |
QosPolicy attached to the Publisher to which the DataWriter belongs More... | |
string | TopicName |
Name of the Topic used by the DataWriter More... | |
string | TypeName |
Type name of the Topic used by the DataWriter More... | |
UserDataQosPolicy | UserData |
QosPolicy attached to the DataWriter More... | |
Class that contains information about available DataWriters within the system.
The DCPSPublication topic communicates the existence of datawriters by means of the PublicationBuiltinTopicData datatype. Each PublicationBuiltinTopicData sample in a Domain represents a datawriter in that Domain: a new PublicationBuiltinTopicData instance is created when a newly-added DataWriter is enabled, and it is disposed when that DataWriter is deleted. An updated PublicationBuiltinTopicData sample is written each time the DataWriter (or the Publisher to which it belongs) modifies a QosPolicy that applies to the entities connected to it. Also will it be updated when the writer looses or regains its liveliness.
Definition at line 2709 of file DdsDcpsStructs.cs.
DeadlineQosPolicy DDS.PublicationBuiltinTopicData.Deadline |
QosPolicy attached to the DataWriter
Definition at line 2739 of file DdsDcpsStructs.cs.
DurabilityQosPolicy DDS.PublicationBuiltinTopicData.Durability |
QosPolicy attached to the DataWriter
Definition at line 2734 of file DdsDcpsStructs.cs.
GroupDataQosPolicy DDS.PublicationBuiltinTopicData.GroupData |
QosPolicy attached to the Publisher to which the DataWriter belongs
Definition at line 2794 of file DdsDcpsStructs.cs.
BuiltinTopicKey DDS.PublicationBuiltinTopicData.Key |
Global unique identifier of the DataWriter
Definition at line 2714 of file DdsDcpsStructs.cs.
LatencyBudgetQosPolicy DDS.PublicationBuiltinTopicData.LatencyBudget |
QosPolicy attached to the DataWriter
Definition at line 2744 of file DdsDcpsStructs.cs.
LifespanQosPolicy DDS.PublicationBuiltinTopicData.Lifespan |
QosPolicy attached to the DataWriter
Definition at line 2759 of file DdsDcpsStructs.cs.
LivelinessQosPolicy DDS.PublicationBuiltinTopicData.Liveliness |
QosPolicy attached to the DataWriter
Definition at line 2749 of file DdsDcpsStructs.cs.
OwnershipQosPolicy DDS.PublicationBuiltinTopicData.Ownership |
QosPolicy attached to the DataWriter
Definition at line 2769 of file DdsDcpsStructs.cs.
OwnershipStrengthQosPolicy DDS.PublicationBuiltinTopicData.OwnershipStrength |
QosPolicy attached to the DataWriter
Definition at line 2774 of file DdsDcpsStructs.cs.
BuiltinTopicKey DDS.PublicationBuiltinTopicData.ParticipantKey |
Global unique identifier of the Participant to which the DataWriter belongs
Definition at line 2719 of file DdsDcpsStructs.cs.
PartitionQosPolicy DDS.PublicationBuiltinTopicData.Partition |
QosPolicy attached to the Publisher to which the DataWriter belongs
Definition at line 2784 of file DdsDcpsStructs.cs.
PresentationQosPolicy DDS.PublicationBuiltinTopicData.Presentation |
QosPolicy attached to the Publisher to which the DataWriter belongs
Definition at line 2779 of file DdsDcpsStructs.cs.
ReliabilityQosPolicy DDS.PublicationBuiltinTopicData.Reliability |
QosPolicy attached to the DataWriter
Definition at line 2754 of file DdsDcpsStructs.cs.
TopicDataQosPolicy DDS.PublicationBuiltinTopicData.TopicData |
QosPolicy attached to the Publisher to which the DataWriter belongs
Definition at line 2789 of file DdsDcpsStructs.cs.
string DDS.PublicationBuiltinTopicData.TopicName |
Name of the Topic used by the DataWriter
Definition at line 2724 of file DdsDcpsStructs.cs.
string DDS.PublicationBuiltinTopicData.TypeName |
Type name of the Topic used by the DataWriter
Definition at line 2729 of file DdsDcpsStructs.cs.
UserDataQosPolicy DDS.PublicationBuiltinTopicData.UserData |
QosPolicy attached to the DataWriter
Definition at line 2764 of file DdsDcpsStructs.cs.