RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
SampleFlagBits Class Reference

A set of flags that can be associated with a sample. More...

Static Public Attributes

static final int REDELIVERED_SAMPLE = (0x00000001) << 0
 
static final int INTERMEDIATE_REPLY_SEQUENCE_SAMPLE = (0x00000001) << 1
 
static final int REPLICATE_SAMPLE = (0x00000001) << 2
 
static final int LAST_SHARED_READER_QUEUE_SAMPLE = (0x00000001) << 3
 

Detailed Description

A set of flags that can be associated with a sample.

  • Least-significant bits [0-7] are reserved by RTI
  • Least-significant bits [8-15] are application specific
  • Least-significant bits [15-31] are invalid and cannot be used

Member Data Documentation

final int REDELIVERED_SAMPLE = (0x00000001) << 0
static
final int INTERMEDIATE_REPLY_SEQUENCE_SAMPLE = (0x00000001) << 1
static
final int REPLICATE_SAMPLE = (0x00000001) << 2
static
final int LAST_SHARED_READER_QUEUE_SAMPLE = (0x00000001) << 3
static

RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc