AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
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
AJAPnpImpl
14
{
15
public
:
16
AJAPnpImpl
();
17
virtual
~AJAPnpImpl
(
void
);
18
19
AJAStatus
Install
(
AJAPnpCallback
callback,
void
* refCon, uint32_t devices);
20
AJAStatus
Uninstall
(
void
);
21
22
AJAPnpCallback
GetCallback
();
23
void
*
GetRefCon
();
24
uint32_t
GetPnpDevices
();
25
26
private
:
27
28
static
void
* Worker(
void
* refCon);
29
30
void
* mRefCon;
31
AJAPnpCallback
mCallback;
32
uint32_t mDevices;
33
};
34
35
#endif // AJA_PNP_IMPL_H
AJAPnpImpl::Uninstall
AJAStatus Uninstall(void)
Definition:
pnpimpl.cpp:57
AJAPnpImpl::GetPnpDevices
uint32_t GetPnpDevices()
Definition:
pnpimpl.cpp:94
AJAPnpImpl::GetRefCon
void * GetRefCon()
Definition:
pnpimpl.cpp:87
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::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::~AJAPnpImpl
virtual ~AJAPnpImpl(void)
Definition:
pnpimpl.cpp:25
AJAPnpImpl::GetCallback
AJAPnpCallback GetCallback()
Definition:
pnpimpl.cpp:80
libajantv2
ajabase
pnp
linux
pnpimpl.h
Generated on Tue Dec 3 2024 10:25:59 for AJA NTV2 SDK by
1.8.17