SubscribeOptions.hh
Go to the documentation of this file.
A class to provide different options for a subscription.
Definition SubscribeOptions.hh:36
SubscribeOptions(const SubscribeOptions &_otherSubscribeOpts)
Copy constructor.
std::unique_ptr< SubscribeOptionsPrivate > dataPtr
Definition SubscribeOptions.hh:67
void SetMsgsPerSec(const uint64_t _newMsgsPerSec)
Set the maximum number of messages per second received per topic. Note that we calculate the minimum ...
bool Throttled() const
Whether the subscription has been throttled.
uint64_t MsgsPerSec() const
Get the maximum number of messages per seconds received per topic.
Definition AdvertiseOptions.hh:28