Click or drag to resize

TopicBuiltinTopicDataDataReader Class

[Missing <summary> documentation for "T:OpenDDSharp.DDS.TopicBuiltinTopicDataDataReader"]

Inheritance Hierarchy

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class TopicBuiltinTopicDataDataReader : DataReader

The TopicBuiltinTopicDataDataReader type exposes the following members.

Constructors
  NameDescription
Public methodTopicBuiltinTopicDataDataReader
Initializes a new instance of the TopicBuiltinTopicDataDataReader class
Top
Properties
  NameDescription
Public propertyInstanceHandle
Gets the InstanceHandle that represents the Entity.
(Inherited from Entity.)
Public propertyStatusChanges
Gets the list of communication statuses in the Entity that are 'triggered'. That is, the list of statuses whose value has changed since the last time the application read the status.
(Inherited from Entity.)
Public propertyStatusCondition
Allows access to the StatusCondition associated with the Entity. The returned condition can then be added to a WaitSet so that the application can wait for specific status changes that affect the Entity.
(Inherited from Entity.)
Public propertySubscriber
Gets the Subscriber to which the DataReader belongs.
(Inherited from DataReader.)
Public propertyTopicDescription
Gets the ITopicDescription associated with the DataReader. This is the same ITopicDescription that was used to create the DataReader.
(Inherited from DataReader.)
Top
Methods
  NameDescription
Public methodCreateQueryCondition(String, String)
Creates a QueryCondition to read samples with any sample states, any view states and any instance states.
(Inherited from DataReader.)
Public methodCreateQueryCondition(SampleStateMask, ViewStateMask, InstanceStateMask, String, String)
Creates a QueryCondition with the desired sample states, view states and instance states.
(Inherited from DataReader.)
Public methodCreateReadCondition
Creates a ReadCondition to read samples with any sample states, any view states and any instance states.
(Inherited from DataReader.)
Public methodCreateReadCondition(SampleStateMask, ViewStateMask, InstanceStateMask)
Creates a ReadCondition to read samples with the desired sample states, view states and instance states.
(Inherited from DataReader.)
Public methodDeleteContainedEntities
Deletes all the entities that were created by means of the "create" operations on the DataReader. That is, it deletes all contained ReadCondition and QueryCondition objects.
(Inherited from DataReader.)
Public methodDeleteReadCondition
Deletes a ReadCondition attached to the DataReader. Since QueryCondition specializes ReadCondition it can also be used to delete a QueryCondition.
(Inherited from DataReader.)
Public methodEnable
Enables the Entity. The enable operation is idempotent. Calling enable on an already enabled Entity returns Ok and has no effect.
(Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeyValue
Public methodGetListener
Allows access to the attached DataReaderListener.
(Inherited from DataReader.)
Public methodGetLivelinessChangedStatus
Allows access to the LivelinessChangedStatus communication status.
(Inherited from DataReader.)
Public methodGetMatchedPublicationData
This operation retrieves information on a publication that is currently "associated" with the DataReader; that is, a publication with a matching Topic and compatible QoS that the application has not indicated should be "ignored" by means of the DomainParticipant IgnorePublication operation.
(Inherited from DataReader.)
Public methodGetMatchedPublications
Gets the list of publications currently "associated" with the DataReader; that is, publications that have a matching Topic and compatible QoS that the application has not indicated should be "ignored" by means of the DomainParticipant IgnorePublication operation.
(Inherited from DataReader.)
Public methodGetQos
Gets the DataReader QoS policies.
(Inherited from DataReader.)
Public methodGetRequestedDeadlineMissedStatus
Allows access to the RequestedDeadlineMissedStatus communication status.
(Inherited from DataReader.)
Public methodGetRequestedIncompatibleQosStatus
Allows access to the RequestedIncompatibleQosStatus communication status.
(Inherited from DataReader.)
Public methodGetSampleLostStatus
Allows access to the SampleLostStatus communication status.
(Inherited from DataReader.)
Public methodGetSampleRejectedStatus
Allows access to the SampleRejectedStatus communication status.
(Inherited from DataReader.)
Public methodGetSubscriptionMatchedStatus
Allows access to the SubscriptionMatchedStatus communication status.
(Inherited from DataReader.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookupInstance
Public methodRead(ListTopicBuiltinTopicData, ListSampleInfo)
Public methodRead(ListTopicBuiltinTopicData, ListSampleInfo, Int32)
Public methodRead(ListTopicBuiltinTopicData, ListSampleInfo, Int32, ReadCondition)
Public methodRead(ListTopicBuiltinTopicData, ListSampleInfo, Int32, SampleStateMask, ViewStateMask, InstanceStateMask)
Public methodReadInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle)
Public methodReadInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32)
Public methodReadInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, ReadCondition)
Public methodReadInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, SampleStateMask, ViewStateMask, InstanceStateMask)
Public methodReadNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle)
Public methodReadNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32)
Public methodReadNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, ReadCondition)
Public methodReadNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, SampleStateMask, ViewStateMask, InstanceStateMask)
Public methodReadNextSample
Public methodSetListener(DataReaderListener) (Inherited from DataReader.)
Public methodSetListener(DataReaderListener, StatusMask)
Sets the DataReaderListener.
(Inherited from DataReader.)
Public methodSetQos
Sets the DataReader QoS policies.
(Inherited from DataReader.)
Public methodTake(ListTopicBuiltinTopicData, ListSampleInfo)
Public methodTake(ListTopicBuiltinTopicData, ListSampleInfo, Int32)
Public methodTake(ListTopicBuiltinTopicData, ListSampleInfo, Int32, ReadCondition)
Public methodTake(ListTopicBuiltinTopicData, ListSampleInfo, Int32, SampleStateMask, ViewStateMask, InstanceStateMask)
Public methodTakeInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle)
Public methodTakeInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32)
Public methodTakeInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, ReadCondition)
Public methodTakeInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, SampleStateMask, ViewStateMask, InstanceStateMask)
Public methodTakeNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle)
Public methodTakeNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32)
Public methodTakeNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, ReadCondition)
Public methodTakeNextInstance(ListTopicBuiltinTopicData, ListSampleInfo, InstanceHandle, Int32, SampleStateMask, ViewStateMask, InstanceStateMask)
Public methodTakeNextSample
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitForHistoricalData
Waits until all "historical" data is received. This operation is intended only for DataReader entities that have a non-Volatile DurabilityQosPolicyKind.
(Inherited from DataReader.)
Top
Fields
See Also