AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
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
pnpimpl.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_PNP_IMPL_H
9
#define AJA_PNP_IMPL_H
10
11
#include "
ajabase/pnp/pnp.h
"
12
13
class
DeviceNotifier
;
14
15
16
class
AJAPnpImpl
17
{
18
public
:
19
AJAPnpImpl
();
20
virtual
~AJAPnpImpl
();
21
22
AJAStatus
Install
(
AJAPnpCallback
callback,
void
* refCon, uint32_t devices);
23
AJAStatus
Uninstall
(
void
);
24
25
inline
AJAPnpCallback
GetCallback
(
void
)
const
{
return
mCallback;}
26
inline
void
*
GetRefCon
(
void
)
const
{
return
mRefCon;}
27
inline
uint32_t
GetPnpDevices
(
void
)
const
{
return
mDevices;}
28
29
private
:
30
void
* mRefCon;
31
AJAPnpCallback
mCallback;
32
uint32_t mDevices;
33
34
DeviceNotifier
* mPciDevices;
35
};
36
37
#endif // AJA_PNP_IMPL_H
AJAPnpImpl::Uninstall
AJAStatus Uninstall(void)
Definition:
pnpimpl.cpp:62
AJAPnpCallback
void(* AJAPnpCallback)(AJAPnpMessage inMessage, void *inRefCon)
If installed (see AJAPnp::Install) in an AJAPnp instance, this function is called when an AJA device ...
Definition:
pnp.h:39
AJAStatus
AJAStatus
Definition:
types.h:378
AJAPnpImpl::GetPnpDevices
uint32_t GetPnpDevices(void) const
Definition:
pnpimpl.h:27
AJAPnpImpl::Install
AJAStatus Install(AJAPnpCallback callback, void *refCon, uint32_t devices)
Definition:
pnpimpl.cpp:32
AJAPnpImpl
Definition:
pnpimpl.h:13
pnp.h
Declares the AJAPnp (plug-and-play) class.
AJAPnpImpl::AJAPnpImpl
AJAPnpImpl()
Definition:
pnpimpl.cpp:20
AJAPnpImpl::GetCallback
AJAPnpCallback GetCallback(void) const
Definition:
pnpimpl.h:25
AJAPnpImpl::~AJAPnpImpl
virtual ~AJAPnpImpl(void)
Definition:
pnpimpl.cpp:25
DeviceNotifier
Mac-specific class that notifies clients when AJA devices are attached/detached, etc.
Definition:
devicenotifier.h:33
AJAPnpImpl::GetRefCon
void * GetRefCon(void) const
Definition:
pnpimpl.h:26
libajantv2
ajabase
pnp
mac
pnpimpl.h
Generated on Wed Mar 5 2025 11:06:23 for AJA NTV2 SDK by
1.8.17