RTI Connext Java API
Version 5.1.0
|
com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS More...
Inherits Status.
Public Attributes | |
int | total_count |
Total cumulative count of samples rejected by the com.rti.dds.subscription.DataReader. | |
int | total_count_change |
The incremental number of samples rejected since the last time the listener was called or the status was read. | |
SampleRejectedStatusKind | last_reason |
Reason for rejecting the last sample rejected. | |
final InstanceHandle_t | last_instance_handle |
Handle to the instance being updated by the last sample that was rejected. | |
Additional Inherited Members | |
Public Member Functions inherited from Struct | |
abstract boolean | equals (Object obj) |
abstract int | hashCode () |
String | toString () |
Protected Member Functions inherited from Struct | |
Struct () | |
abstract void | pull_from_nativeI (long native_status) |
abstract void | push_to_nativeI (long native_status) |
com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS
int total_count |
Total cumulative count of samples rejected by the com.rti.dds.subscription.DataReader.
int total_count_change |
The incremental number of samples rejected since the last time the listener was called or the status was read.
SampleRejectedStatusKind last_reason |
Reason for rejecting the last sample rejected.
final InstanceHandle_t last_instance_handle |
Handle to the instance being updated by the last sample that was rejected.