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

Contains the implementation of the NTV2FrameGrabber class. More...

#include <ostream>
#include "ntv2framegrabber.h"
#include "ntv2democommon.h"
#include "ntv2utils.h"
Include dependency graph for ntv2framegrabber.cpp:

Go to the source code of this file.

Macros

#define NTV2_NUM_IMAGES   (10)
 
#define FGFAIL(_expr_)   AJA_sERROR (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)
 
#define FGWARN(_expr_)   AJA_sWARNING(AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)
 
#define FGDBG(_expr_)   AJA_sDEBUG (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)
 
#define FGNOTE(_expr_)   AJA_sNOTICE (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)
 
#define FGINFO(_expr_)   AJA_sINFO (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)
 

Variables

static QMutex gMutex
 

Detailed Description

Contains the implementation of the NTV2FrameGrabber class.

Definition in file ntv2framegrabber.cpp.

Macro Definition Documentation

◆ FGDBG

#define FGDBG (   _expr_)    AJA_sDEBUG (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)

Definition at line 22 of file ntv2framegrabber.cpp.

◆ FGFAIL

#define FGFAIL (   _expr_)    AJA_sERROR (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)

Definition at line 20 of file ntv2framegrabber.cpp.

◆ FGINFO

#define FGINFO (   _expr_)    AJA_sINFO (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)

Definition at line 24 of file ntv2framegrabber.cpp.

◆ FGNOTE

#define FGNOTE (   _expr_)    AJA_sNOTICE (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)

Definition at line 23 of file ntv2framegrabber.cpp.

◆ FGWARN

#define FGWARN (   _expr_)    AJA_sWARNING(AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_)

Definition at line 21 of file ntv2framegrabber.cpp.

◆ NTV2_NUM_IMAGES

#define NTV2_NUM_IMAGES   (10)

Definition at line 17 of file ntv2framegrabber.cpp.

Variable Documentation

◆ gMutex

QMutex gMutex
static

Definition at line 26 of file ntv2framegrabber.cpp.