![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
This class is an abstract class. It is the base class for ITopic, IContentFilteredTopic and IMultiTopic. The ITopicDescription property TypeName defines an unique data type that is made available to the Data Distribution Service via the TypeSupport. ITopicDescription has also a Name property that allows it to be retrieved locally. More...
Properties | |
string | Name [get] |
Gets the name of this ITopicDescription. More... | |
IDomainParticipant | Participant [get] |
Gets the IDomainParticipant associated with this ITopicDescription. More... | |
string | TypeName [get] |
Gets the name of the registered data type that is associated with this ITopicDescription. More... | |
This class is an abstract class. It is the base class for ITopic, IContentFilteredTopic and IMultiTopic. The ITopicDescription property TypeName defines an unique data type that is made available to the Data Distribution Service via the TypeSupport. ITopicDescription has also a Name property that allows it to be retrieved locally.
Definition at line 2255 of file DdsDcpsInterfaces.cs.
|
get |
Gets the name of this ITopicDescription.
Definition at line 2266 of file DdsDcpsInterfaces.cs.
|
get |
Gets the IDomainParticipant associated with this ITopicDescription.
This operation returns the IDomainParticipant associated with this TopicDescription. Note that there is exactly one IDomainParticipant associated with each ITopicDescription. When the ITopicDescription was already deleted (there is no associated IDomainParticipant any more), null is returned.
Definition at line 2278 of file DdsDcpsInterfaces.cs.
|
get |
Gets the name of the registered data type that is associated with this ITopicDescription.
Definition at line 2261 of file DdsDcpsInterfaces.cs.