Template Class PacketLossDetector

Inheritance Relationships

Base Type

Class Documentation

template<typename PacketT>
class PacketLossDetector : public nebula::drivers::PacketLossDetectorTypedBase<PacketT>

Public Types

using lost_cb_t = PacketLossDetectorBase::lost_cb_t

Public Functions

inline virtual void set_lost_callback(lost_cb_t on_lost) override
inline virtual void update(const PacketT &packet)