Class PacketLossDetectorBase

Inheritance Relationships

Derived Type

Class Documentation

class PacketLossDetectorBase

Subclassed by nebula::drivers::PacketLossDetectorTypedBase< PacketT >

Public Types

using lost_cb_t = std::function<void(uint64_t n_lost)>

Public Functions

virtual ~PacketLossDetectorBase() = default
inline virtual void set_lost_callback(lost_cb_t)