DDS::InstanceStateKind Struct Reference
[Instance States]

Indicates is the samples are from a live DDS::DataWriter or not. More...

#include <managed_subscription.h>

List of all members.

Properties

static InstanceStateKind ALIVE_INSTANCE_STATE [get]
 Instance is currently in existence.
static InstanceStateKind NOT_ALIVE_DISPOSED_INSTANCE_STATE [get]
 Not alive disposed instance. The instance has been disposed by a DataWriter.
static InstanceStateKind NOT_ALIVE_NO_WRITERS_INSTANCE_STATE [get]
 Not alive no writers for instance. None of the DDS::DataWriter objects are currently alive (according to the LIVELINESS) are writing the instance.
static InstanceStateKind ANY_INSTANCE_STATE [get]
 Any instance state ALIVE_INSTANCE_STATE | NOT_ALIVE_DISPOSED_INSTANCE_STATE | NOT_ALIVE_NO_WRITERS_INSTANCE_STATE.
static InstanceStateKind NOT_ALIVE_INSTANCE_STATE [get]
 Not alive instance state NOT_ALIVE_DISPOSED_INSTANCE_STATE | NOT_ALIVE_NO_WRITERS_INSTANCE_STATE.


Detailed Description

Indicates is the samples are from a live DDS::DataWriter or not.

For each instance, the middleware internally maintains an instance state. The instance state can be:

The precise behavior events that cause the instance state to change depends on the setting of the OWNERSHIP QoS:

The instance state available in the DDS::SampleInfo is a snapshot of the instance state of the instance at the time the collection was obtained (i.e. at the time read or take was called). The instance state is therefore the same for all samples in the returned collection that refer to the same instance.

Property Documentation

InstanceStateKind DDS::InstanceStateKind::ALIVE_INSTANCE_STATE [static, get]

Instance is currently in existence.

InstanceStateKind DDS::InstanceStateKind::NOT_ALIVE_DISPOSED_INSTANCE_STATE [static, get]

Not alive disposed instance. The instance has been disposed by a DataWriter.

InstanceStateKind DDS::InstanceStateKind::NOT_ALIVE_NO_WRITERS_INSTANCE_STATE [static, get]

Not alive no writers for instance. None of the DDS::DataWriter objects are currently alive (according to the LIVELINESS) are writing the instance.


RTI Data Distribution Service .Net APIs Version 4.5c Copyright © 9 Jun 2010 Real-Time Innovations, Inc