Struct CountRateAverage

Inheritance Relationships

Base Type

Struct Documentation

struct CountRateAverage : public MovingAverage

Public Functions

CountRateAverage(const float alpha = 0.2)
void increment(void)
void update(float dt)

Protected Attributes

int _count