|
Safe DDS
|
A struct storing the Subscription Matched Status of a subscriber. More...
#include <SubscriptionMatchedStatus.hpp>
Public Attributes | |
| int32_t | total_count = 0 |
| Total cumulative count. More... | |
| int32_t | total_count_change = 0 |
| Increment since the last time the status was read. More... | |
| int32_t | current_count = 0 |
| The number of entities currently matched to the concerned entity. More... | |
| int32_t | current_count_change = 0 |
| The change in current_count since the last time the listener was called or the status was read. More... | |
| InstanceHandle | last_publication_handle {} |
| The handle of the last DataWriter that matched the concerned DataReader. More... | |
A struct storing the Subscription Matched Status of a subscriber.
| int32_t eprosima::safedds::dds::SubscriptionMatchedStatus::current_count = 0 |
The number of entities currently matched to the concerned entity.
| int32_t eprosima::safedds::dds::SubscriptionMatchedStatus::current_count_change = 0 |
The change in current_count since the last time the listener was called or the status was read.
| InstanceHandle eprosima::safedds::dds::SubscriptionMatchedStatus::last_publication_handle {} |
The handle of the last DataWriter that matched the concerned DataReader.
| int32_t eprosima::safedds::dds::SubscriptionMatchedStatus::total_count = 0 |
Total cumulative count.
| int32_t eprosima::safedds::dds::SubscriptionMatchedStatus::total_count_change = 0 |
Increment since the last time the status was read.