#include <StatisticsCommon.hpp>
|
void | on_sample_datas (const fastdds::rtps::SampleIdentity &, size_t) |
| Report a change on the number of DATA / DATAFRAG submessages sent for a specific sample.
|
|
void | on_heartbeat (uint32_t) |
| Report that a HEARTBEAT message is sent Parameter: current count of heartbeats.
|
|
void | on_data_generated (size_t) |
| Report that a DATA / DATA_FRAG message is generated Parameter: number of locators to which the message will be sent.
|
|
void | on_data_sent () |
| Notify listeners of DATA / DATA_FRAG counts.
|
|
void | on_publish_throughput (uint32_t) |
| Reports publication throughtput based on last added sample to writer's history Parameter: size of the message sent.
|
|
void | on_gap () |
| Report that a GAP message is sent.
|
|
void | on_resent_data (uint32_t) |
|
◆ on_data_generated()
void on_data_generated |
( |
size_t | | ) |
|
|
inlineprotected |
Report that a DATA / DATA_FRAG message is generated Parameter: number of locators to which the message will be sent.
◆ on_data_sent()
Notify listeners of DATA / DATA_FRAG counts.
◆ on_gap()
Report that a GAP message is sent.
◆ on_heartbeat()
void on_heartbeat |
( |
uint32_t | | ) |
|
|
inlineprotected |
Report that a HEARTBEAT message is sent Parameter: current count of heartbeats.
◆ on_publish_throughput()
void on_publish_throughput |
( |
uint32_t | | ) |
|
|
inlineprotected |
Reports publication throughtput based on last added sample to writer's history Parameter: size of the message sent.
◆ on_resent_data()
void on_resent_data |
( |
uint32_t | | ) |
|
|
inlineprotected |
◆ on_sample_datas()
Report a change on the number of DATA / DATAFRAG submessages sent for a specific sample.
Parameter: SampleIdentity of the affected sample. Parameter: Current total number of submessages sent for the affected sample.
◆ fastdds::rtps::RTPSMessageGroup
friend class fastdds::rtps::RTPSMessageGroup |
|
friend |
The documentation for this class was generated from the following file: