gz/transport/SubscribeOptions.hh
Definition: gz/transport/AdvertiseOptions.hh:28
std::unique_ptr< SubscribeOptionsPrivate > dataPtr
Definition: gz/transport/SubscribeOptions.hh:77
void SetMsgsPerSec(const uint64_t _newMsgsPerSec)
Set the maximum number of messages per second received per topic. Note that we calculate the minimum ...
A class to provide different options for a subscription.
Definition: gz/transport/SubscribeOptions.hh:39
uint64_t MsgsPerSec() const
Get the maximum number of messages per seconds received per topic.
bool Throttled() const
Whether the subscription has been throttled.