RTI Connext .Net APIs  Version 5.3.1

<<extension>> Flags for samples. More...

Enumerations

enum  DDS::SampleFlagBits : INT32 {
  DDS::SampleFlagBits::REDELIVERED_SAMPLE,
  DDS::SampleFlagBits::INTERMEDIATE_REPLY_SEQUENCE_SAMPLE,
  DDS::SampleFlagBits::REPLICATE_SAMPLE,
  DDS::SampleFlagBits::LAST_SHARED_READER_QUEUE_SAMPLE,
  DDS::SampleFlagBits::INTERMEDIATE_TOPIC_QUERY_SAMPLE
}
 Type to identify the sample flags reserved by RTI. More...
 

Detailed Description

<<extension>> Flags for samples.

Enumeration Type Documentation

◆ SampleFlagBits

enum DDS::SampleFlagBits : INT32
strong

Type to identify the sample flags reserved by RTI.

Enumerator
REDELIVERED_SAMPLE 

Indicates that a sample has been redelivered by RTI Queuing Service.

INTERMEDIATE_REPLY_SEQUENCE_SAMPLE 

Indicates that a response sample is not the last response sample for a given request. This bit is usually set by Connext Repliers sending multiple responses for a request.

REPLICATE_SAMPLE 

Indicates if a sample must be broadcast by one RTI Queuing Service replica to other replicas.

LAST_SHARED_READER_QUEUE_SAMPLE 

Indicates that a sample is the last sample in a SharedReaderQueue for a QueueConsumer DataReader.

INTERMEDIATE_TOPIC_QUERY_SAMPLE 

Indicates that a sample for a TopicQuery will be followed by more samples.

This flag only applies to samples that have been published as a response to a DDS::TopicQuery.

When this bit is not set and DDS::SampleInfo::topic_query_guid is different from DDS::GUID_t::GUID_UNKNOWN, this sample is the last sample for that TopicQuery coming from the DataWriter identified by DDS::SampleInfo::original_publication_virtual_guid.


RTI Connext .Net APIs Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc