|
Safe DDS
|
A struct storing the Publication Matched Status of a publisher. More...
#include <PublicationMatchedStatus.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_subscription_handle {} |
| The handle of the last DataReader that matched the concerned DataWriter. More... | |
A struct storing the Publication Matched Status of a publisher.
| int32_t eprosima::safedds::dds::PublicationMatchedStatus::current_count = 0 |
The number of entities currently matched to the concerned entity.
| int32_t eprosima::safedds::dds::PublicationMatchedStatus::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::PublicationMatchedStatus::last_subscription_handle {} |
The handle of the last DataReader that matched the concerned DataWriter.
| int32_t eprosima::safedds::dds::PublicationMatchedStatus::total_count = 0 |
Total cumulative count.
| int32_t eprosima::safedds::dds::PublicationMatchedStatus::total_count_change = 0 |
Increment since the last time the status was read.