Skyward boardcore
Loading...
Searching...
No Matches
Boardcore::MovingAverage< T, Size > Class Template Reference

#include <MovingAverage.h>

Public Member Functions

 MovingAverage ()
 
void push (T value)
 
getAverage ()
 
void reset ()
 

Detailed Description

template<typename T, unsigned int Size>
class Boardcore::MovingAverage< T, Size >

Definition at line 31 of file MovingAverage.h.

Constructor & Destructor Documentation

◆ MovingAverage()

template<typename T , unsigned int Size>
Boardcore::MovingAverage< T, Size >::MovingAverage ( )
inline

Definition at line 34 of file MovingAverage.h.

Member Function Documentation

◆ getAverage()

template<typename T , unsigned int Size>
T Boardcore::MovingAverage< T, Size >::getAverage ( )
inline

Definition at line 38 of file MovingAverage.h.

◆ push()

template<typename T , unsigned int Size>
void Boardcore::MovingAverage< T, Size >::push ( T value)
inline

Definition at line 36 of file MovingAverage.h.

◆ reset()

template<typename T , unsigned int Size>
void Boardcore::MovingAverage< T, Size >::reset ( )
inline

Definition at line 48 of file MovingAverage.h.


The documentation for this class was generated from the following file: