Template Class RateLimiter
Defined in File rate_limiter.hpp
Inheritance Relationships
Base Type
public filters::FilterBase< T >
Class Documentation
-
template<typename T>
class RateLimiter : public filters::FilterBase<T> Usage
The RateLimiter class is meant to be instantiated as a filter in a controller but can also be used elsewhere. For manual instantiation, you should first call configure() (in non-realtime) and then call update() at every update step.
Public Functions
-
virtual bool configure() override
Configure the RateLimiter (access and process params).
-
virtual bool configure() override