RTI Connext Java API  Version 6.1.1

com.rti.dds.subscription.InstanceStateKind and associated elements More...

Classes

class  InstanceStateKind
 Indicates if the samples are from a live com.rti.dds.publication.DataWriter or not. More...
 

Variables

static final int ANY_INSTANCE_STATE = 0xffff
 Any instance state ALIVE_INSTANCE_STATE | NOT_ALIVE_DISPOSED_INSTANCE_STATE | NOT_ALIVE_NO_WRITERS_INSTANCE_STATE. More...
 
static final int NOT_ALIVE_INSTANCE_STATE = 0x006
 Not alive instance state NOT_ALIVE_DISPOSED_INSTANCE_STATE | NOT_ALIVE_NO_WRITERS_INSTANCE_STATE. More...
 

Detailed Description

com.rti.dds.subscription.InstanceStateKind and associated elements

Variable Documentation

◆ ANY_INSTANCE_STATE

final int ANY_INSTANCE_STATE = 0xffff
static

Any instance state ALIVE_INSTANCE_STATE | NOT_ALIVE_DISPOSED_INSTANCE_STATE | NOT_ALIVE_NO_WRITERS_INSTANCE_STATE.

Referenced by ReadConditionParams.copy_from(), and Requester< TReq, TRep >.createReplySample().

◆ NOT_ALIVE_INSTANCE_STATE

final int NOT_ALIVE_INSTANCE_STATE = 0x006
static

Not alive instance state NOT_ALIVE_DISPOSED_INSTANCE_STATE | NOT_ALIVE_NO_WRITERS_INSTANCE_STATE.