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

Implementation of NTV2Burn demonstration class. More...

#include "ntv2burn.h"
#include "ntv2devicescanner.h"
#include "ntv2testpatterngen.h"
#include "ajabase/common/types.h"
#include "ajabase/system/process.h"
#include "ajabase/system/systemtime.h"
#include "ajaanc/includes/ancillarylist.h"
#include <iostream>
Include dependency graph for ntv2burn.cpp:

Go to the source code of this file.

Macros

#define HasWidgetsAnyOf(_w1, _w2, _w3)   (mDevice.features().CanDoWidget(_w1) || mDevice.features().CanDoWidget(_w2) || mDevice.features().CanDoWidget(_w3))
 

Functions

static const bool sShowConfig ((0))
 
static const uint32_t kAppSignature (((((uint32_t)( 'B'))<< 24)|(((uint32_t)( 'u'))<< 16)|(((uint32_t)( 'r'))<< 8)|(((uint32_t)( 'n'))<< 0)))
 
static ULWord GetRP188RegisterForInput (const NTV2InputSource inInputSource)
 

Detailed Description

Implementation of NTV2Burn demonstration class.

Definition in file ntv2burn.cpp.

Macro Definition Documentation

◆ HasWidgetsAnyOf

#define HasWidgetsAnyOf (   _w1,
  _w2,
  _w3 
)    (mDevice.features().CanDoWidget(_w1) || mDevice.features().CanDoWidget(_w2) || mDevice.features().CanDoWidget(_w3))

Definition at line 20 of file ntv2burn.cpp.

Function Documentation

◆ GetRP188RegisterForInput()

static ULWord GetRP188RegisterForInput ( const NTV2InputSource  inInputSource)
static

Definition at line 848 of file ntv2burn.cpp.

◆ kAppSignature()

static const uint32_t kAppSignature ( ((((uint32_t)('B'))<< 24)|(((uint32_t)('u'))<< 16)|(((uint32_t)('r'))<< 8)|(((uint32_t)('n'))<< 0))  )
static

◆ sShowConfig()

static const bool sShowConfig ( (0)  )
static