![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
The liveliness of the DataWriter set by the QoS policy is not respected and DataReader entities will consider the DataWriter as "inactive" More...
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... | |
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.
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.
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.