AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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] | inDetailed | Specifies the AJAMovingAvg of interest. |
Definition at line 269 of file ajamovingavg.h.