AJA NTV2 SDK
17.5.0.1658
NTV2 SDK 17.5.0.1658
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ntv2choosableboard.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef NTV2CHOOSABLEBOARD_H
9
#define NTV2CHOOSABLEBOARD_H
10
11
#define MAX_LOCAL_BOARDS 12
12
#define MAX_REMOTE_BOARDS 512
13
#define MAX_CHOOSABLE_BOARDS ( MAX_LOCAL_BOARDS + MAX_REMOTE_BOARDS)
14
15
#define NO_BOARD_CHOSEN (99999)
16
17
#define CHOOSABLE_BOARD_STRMAX (16)
18
typedef
struct
19
{
20
ULWord
boardNumber
;
// Card number, 0 .. 3
21
ULWord
boardType
;
// e.g. BOARDTYPE_KHD
22
NTV2DeviceID
boardID
;
23
char
description [NTV2_DISCOVER_BOARDINFO_DESC_STRMAX];
// "IPADDR: board identifier"
24
char
hostname [
CHOOSABLE_BOARD_STRMAX
];
// 0 len == local board.
25
}
NTV2ChoosableBoard
;
26
27
#endif //NTV2CHOOSABLEBOARD_H
NTV2ChoosableBoard::boardType
ULWord boardType
Definition:
ntv2choosableboard.h:21
NTV2DeviceID
NTV2DeviceID
Identifies a specific AJA NTV2 device model number. The NTV2DeviceID is actually the PROM part number...
Definition:
ntv2enums.h:20
ULWord
uint32_t ULWord
Definition:
ajatypes.h:255
NTV2ChoosableBoard::boardID
NTV2DeviceID boardID
Definition:
ntv2choosableboard.h:22
CHOOSABLE_BOARD_STRMAX
#define CHOOSABLE_BOARD_STRMAX
Definition:
ntv2choosableboard.h:17
NTV2ChoosableBoard
Definition:
ntv2choosableboard.h:18
NTV2ChoosableBoard::boardNumber
ULWord boardNumber
Definition:
ntv2choosableboard.h:20
libajantv2
ajantv2
includes
ntv2choosableboard.h
Generated on Tue Feb 25 2025 18:41:15 for AJA NTV2 SDK by
1.8.17