OpenSplice C# API  v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
DDS.LivelinessLostStatus Class Reference

The liveliness of the DataWriter set by the QoS policy is not respected and DataReader entities will consider the DataWriter as "inactive" More...

Collaboration diagram for DDS.LivelinessLostStatus:
Collaboration graph

Public Attributes

int TotalCount
 Total cumulative number of times that a previously-alive DataWriter became 'not alive' due to a failure to actively signal its liveliness within its offered liveliness period. More...
 
int TotalCountChange
 The change in total_count since the last time the listener was called or the status was read. More...
 

Detailed Description

The liveliness of the DataWriter set by the QoS policy is not respected and DataReader entities will consider the DataWriter as "inactive"

Definition at line 876 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ TotalCount

int DDS.LivelinessLostStatus.TotalCount

Total cumulative number of times that a previously-alive DataWriter became 'not alive' due to a failure to actively signal its liveliness within its offered liveliness period.

This count does not change when an already not alive DataWriter simply remains not alive for another liveliness period.

Definition at line 888 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.LivelinessLostStatus.TotalCountChange

The change in total_count since the last time the listener was called or the status was read.

Definition at line 894 of file DdsDcpsStructs.cs.


The documentation for this class was generated from the following file: