GNU Radio's SATNOGS Package
gr::satnogs::moving_sum< T > Class Template Reference

Simple moving sum template using std::deque. More...

#include <moving_sum.h>

Public Member Functions

 moving_sum (int len, T init_val)
 
insert (T newval)
 
val ()
 

Detailed Description

template<typename T>
class gr::satnogs::moving_sum< T >

Simple moving sum template using std::deque.

Constructor & Destructor Documentation

◆ moving_sum()

template<typename T>
gr::satnogs::moving_sum< T >::moving_sum ( int  len,
init_val 
)
inline

Member Function Documentation

◆ insert()

template<class T>
T gr::satnogs::moving_sum< T >::insert ( newval)

◆ val()

template<class T >
T gr::satnogs::moving_sum< T >::val ( )

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