AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
ajamovingavg.h File Reference

Declares the AJAMovingAvg class. More...

#include "ajabase/system/lock.h"
#include <climits>
#include <cfloat>
#include <deque>
#include <ostream>
#include <typeinfo>
Include dependency graph for ajamovingavg.h:

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)
 

Detailed Description

Declares the AJAMovingAvg class.

Definition in file ajamovingavg.h.

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& operator<< ( std::ostream &  oss,
const AJAMovingAvg< T > &  inAvg 
)
inline

Streams the AJAMovingAvg into the given output stream.

Parameters
ossThe target output stream.
[in]inDetailedSpecifies the AJAMovingAvg of interest.

Definition at line 274 of file ajamovingavg.h.