Class StatisticsReaderImpl

Inheritance Relationships

Derived Type

Class Documentation

class StatisticsReaderImpl

Subclassed by eprosima::fastrtps::rtps::RTPSReader

Protected Functions

inline void on_data_notify(const fastrtps::rtps::GUID_t&, const fastrtps::rtps::Time_t&)

Report that a sample has been notified to the user. Parameter: GUID of the writer from where the sample was received. Parameter: Source timestamp received from the writer for the sample being notified.

inline void on_acknack(int32_t)

Report that an ACKNACK message is sent Parameter: current count of ACKNACKs.

inline void on_nackfrag(int32_t)

Report that a NACKFRAG message is sent Parameter: current count of NACKFRAGs.

inline void on_subscribe_throughput(uint32_t)

Reports subscription throughtput based on last added sample to reader’s history Parameter: size of the message received.

Friends

friend class fastrtps::rtps::RTPSMessageGroup