![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
Declares the AJAMovingAvg class. More...
#include "ajabase/system/lock.h"#include <climits>#include <cfloat>#include <deque>#include <ostream>#include <typeinfo>Go to the source code of this file.
Classes | |
| class | AJAMovingAvg< T > |
Functions | |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &oss, const AJAMovingAvg< T > &inAvg) |
Declares the AJAMovingAvg class.
Definition in file ajamovingavg.h.
|
inline |
Streams the AJAMovingAvg into the given output stream.
| oss | The target output stream. | |
| [in] | inAvg | Specifies the AJAMovingAvg of interest. |
Definition at line 274 of file ajamovingavg.h.