AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
main.cpp File Reference

Demonstration application to enumerate the AJA devices for the host system, printing information about each device. More...

#include "ntv2democommon.h"
#include "ntv2devicescanner.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

static int ShowDeviceInfo (CNTV2Card &inCard)
 Prints a variety of information about the given device. More...
 
int main (int argc, const char **argv)
 

Detailed Description

Demonstration application to enumerate the AJA devices for the host system, printing information about each device.

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 57 of file main.cpp.

◆ ShowDeviceInfo()

static int ShowDeviceInfo ( CNTV2Card inCard)
static

Prints a variety of information about the given device.

Parameters
[in]inCardThe CNTV2Card instance for the device of interest.

Definition at line 21 of file main.cpp.