19#ifndef FASTDDS_DDS_CORE_STATUS__MATCHEDSTATUS_HPP
20#define FASTDDS_DDS_CORE_STATUS__MATCHEDSTATUS_HPP
Definition DomainParticipant.hpp:45
A structure storing a matching status.
Definition MatchedStatus.hpp:30
~MatchedStatus()=default
Destructor.
int32_t current_count_change
The change in current_count since the last time the listener was called or the status was read.
Definition MatchedStatus.hpp:48
MatchedStatus()=default
Constructor.
int32_t current_count
The number of writers currently matched to the concerned reader.
Definition MatchedStatus.hpp:45
int32_t total_count_change
The change in total_count since the last time the listener was called or the status was read.
Definition MatchedStatus.hpp:42
int32_t total_count
Total cumulative count the concerned reader discovered a match with a writer.
Definition MatchedStatus.hpp:39