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

Implements the CNTV2SerialControl class. More...

#include "ntv2serialcontrol.h"
#include "ntv2devicescanner.h"
#include "ntv2devicefeatures.h"
#include <ajabase/system/systemtime.h>
#include <assert.h>
Include dependency graph for ntv2serialcontrol.cpp:

Go to the source code of this file.

Variables

static UByte playCommand [] = { 0x2, 0x20, 0x01 }
 
static UByte stopCommand [] = { 0x2, 0x20, 0x00 }
 
static UByte fastForwardCommand [] = { 0x2, 0x20, 0x10 }
 
static UByte rewindCommand [] = { 0x2, 0x20, 0x20 }
 
static UByte reversePlayCommand [] = { 0x3, 0x21, 0x21, 0x40 }
 
static UByte ltcTimeDataCommand [] = { 0x3, 0x61, 0x0C, 0x01 }
 

Detailed Description

Implements the CNTV2SerialControl class.

Declares the CNTV2SerialControl class.

Definition in file ntv2serialcontrol.cpp.

Variable Documentation

◆ fastForwardCommand

UByte fastForwardCommand[] = { 0x2, 0x20, 0x10 }
static

Definition at line 19 of file ntv2serialcontrol.cpp.

◆ ltcTimeDataCommand

UByte ltcTimeDataCommand[] = { 0x3, 0x61, 0x0C, 0x01 }
static

Definition at line 23 of file ntv2serialcontrol.cpp.

◆ playCommand

UByte playCommand[] = { 0x2, 0x20, 0x01 }
static

Definition at line 17 of file ntv2serialcontrol.cpp.

◆ reversePlayCommand

UByte reversePlayCommand[] = { 0x3, 0x21, 0x21, 0x40 }
static

Definition at line 21 of file ntv2serialcontrol.cpp.

◆ rewindCommand

UByte rewindCommand[] = { 0x2, 0x20, 0x20 }
static

Definition at line 20 of file ntv2serialcontrol.cpp.

◆ stopCommand

UByte stopCommand[] = { 0x2, 0x20, 0x00 }
static

Definition at line 18 of file ntv2serialcontrol.cpp.