AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
timer.cpp File Reference

Implements the AJATimer class. More...

#include "ajabase/common/common.h"
#include "ajabase/common/timer.h"
#include "ajabase/system/systemtime.h"
#include "ajabase/system/system.h"
#include <iomanip>
Include dependency graph for timer.cpp:

Go to the source code of this file.

Macros

#define __fDEC(__x__, __w__, __p__)   std::dec << std::fixed << std::setw(__w__) << std::setprecision(__p__) << (__x__)
 

Detailed Description

Implements the AJATimer class.

Definition in file timer.cpp.

Macro Definition Documentation

◆ __fDEC

#define __fDEC (   __x__,
  __w__,
  __p__ 
)    std::dec << std::fixed << std::setw(__w__) << std::setprecision(__p__) << (__x__)

Definition at line 73 of file timer.cpp.