DDS
public final class LivelinessChangedStatus extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
alive_count |
int |
alive_count_change |
int |
last_publication_handle |
int |
not_alive_count |
int |
not_alive_count_change |
| Constructor and Description |
|---|
LivelinessChangedStatus() |
LivelinessChangedStatus(int _alive_count,
int _not_alive_count,
int _alive_count_change,
int _not_alive_count_change,
int _last_publication_handle) |