CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class SampleLostStatus

java.lang.Object
  extended by com.toc.coredx.DDS.SampleLostStatus

public class SampleLostStatus
extends java.lang.Object

Status related to the on_sample_lost listener methods of the DDS_DataReader, DDS_Subscriber, and DDS_DomainParticipant structures.


Method Summary
 int get_total_count_change()
          Gets the total_count_change.
 int get_total_count()
          Gets the total_count.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_total_count

public int get_total_count()
Gets the total_count. Cummulative count of all samples lost under the Topic.


get_total_count_change

public int get_total_count_change()
Gets the total_count_change. Change in total_count since the last time the listener was called or status was read.


Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved