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

Implementation of NTV2FieldBurn demonstration class. More...

#include "ntv2fieldburn.h"
#include "ntv2devicescanner.h"
#include "ajabase/common/types.h"
#include "ajabase/system/process.h"
#include "ajabase/system/systemtime.h"
#include <iostream>
Include dependency graph for ntv2fieldburn.cpp:

Go to the source code of this file.

Macros

#define ToCharPtr(_p_)   reinterpret_cast<char*>(_p_)
 

Functions

static const uint32_t kAppSignature (((((uint32_t)( 'F'))<< 24)|(((uint32_t)( 'l'))<< 16)|(((uint32_t)( 'd'))<< 8)|(((uint32_t)( 'B'))<< 0)))
 
static ULWord GetRP188RegisterForInput (const NTV2InputSource inInputSource)
 

Detailed Description

Implementation of NTV2FieldBurn demonstration class.

Definition in file ntv2fieldburn.cpp.

Macro Definition Documentation

◆ ToCharPtr

#define ToCharPtr (   _p_)    reinterpret_cast<char*>(_p_)

Definition at line 17 of file ntv2fieldburn.cpp.

Function Documentation

◆ GetRP188RegisterForInput()

static ULWord GetRP188RegisterForInput ( const NTV2InputSource  inInputSource)
static

Definition at line 782 of file ntv2fieldburn.cpp.

◆ kAppSignature()

static const uint32_t kAppSignature ( ((((uint32_t)('F'))<< 24)|(((uint32_t)('l'))<< 16)|(((uint32_t)('d'))<< 8)|(((uint32_t)('B'))<< 0))  )
static