AJA NTV2 SDK  17.6.0.1688
NTV2 SDK 17.6.0.1688
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ntv2streamgrabber.cpp File Reference

Contains the implementation of the NTV2StreamGrabber class. More...

#include <ostream>
#include "ntv2streamgrabber.h"
#include "ntv2democommon.h"
#include "ntv2devicefeatures.h"
#include "ntv2devicescanner.h"
#include "ntv2utils.h"
Include dependency graph for ntv2streamgrabber.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 NTV2StreamGrabber class.

Definition in file ntv2streamgrabber.cpp.

Macro Definition Documentation

◆ FGDBG

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

Definition at line 24 of file ntv2streamgrabber.cpp.

◆ FGFAIL

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

Definition at line 22 of file ntv2streamgrabber.cpp.

◆ FGINFO

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

Definition at line 26 of file ntv2streamgrabber.cpp.

◆ FGNOTE

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

Definition at line 25 of file ntv2streamgrabber.cpp.

◆ FGWARN

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

Definition at line 23 of file ntv2streamgrabber.cpp.

◆ NTV2_NUM_IMAGES

#define NTV2_NUM_IMAGES   (10)

Definition at line 19 of file ntv2streamgrabber.cpp.

Variable Documentation

◆ gMutex

QMutex gMutex
static

Definition at line 28 of file ntv2streamgrabber.cpp.