Struct AstuteDDS_PublicationMatchedStatus

ClassList > AstuteDDS_PublicationMatchedStatus

More...

  • #include <astutedds.h>

Public Attributes

Type Name
int32_t current_count
int32_t current_count_change
int32_t last_subscription_handle
int32_t total_count
int32_t total_count_change

Detailed Description

Status struct for PUBLICATION_MATCHED_STATUS (DDS ยง2.2.4.1).

total_count is monotonically increasing across every match that has ever occurred; current_count is the number of readers currently matched. The *_change fields report the delta since the last call to astutedds_datawriter_get_publication_matched_status() (which resets them). last_subscription_handle is a stable hash of the last-matched reader's 16-byte GUID.

Public Attributes Documentation

variable current_count

int32_t AstuteDDS_PublicationMatchedStatus::current_count;

variable current_count_change

int32_t AstuteDDS_PublicationMatchedStatus::current_count_change;

variable last_subscription_handle

int32_t AstuteDDS_PublicationMatchedStatus::last_subscription_handle;

variable total_count

int32_t AstuteDDS_PublicationMatchedStatus::total_count;

variable total_count_change

int32_t AstuteDDS_PublicationMatchedStatus::total_count_change;


The documentation for this class was generated from the following file include/astutedds/c/astutedds.h