AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
timer.h File Reference

Declares the AJATimer class. More...

#include <ostream>
#include "ajabase/common/public.h"
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AJATimer
 

Enumerations

enum  AJATimerPrecision { AJATimerPrecisionMilliseconds, AJATimerPrecisionMicroseconds, AJATimerPrecisionNanoseconds }
 

Functions

AJA_EXPORT std::ostream & operator<< (std::ostream &oss, const AJATimer &inObj)
 

Detailed Description

Declares the AJATimer class.

Definition in file timer.h.

Enumeration Type Documentation

◆ AJATimerPrecision

Enumerator
AJATimerPrecisionMilliseconds 
AJATimerPrecisionMicroseconds 
AJATimerPrecisionNanoseconds 

Definition at line 14 of file timer.h.

Function Documentation

◆ operator<<()

AJA_EXPORT std::ostream& operator<< ( std::ostream &  oss,
const AJATimer inObj 
)
inline

Definition at line 128 of file timer.h.