AJA NTV2 SDK  17.6.0.2675
NTV2 SDK 17.6.0.2675
pnpimpl.cpp File Reference

Implements the AJAPnpImpl class on the Windows platform. More...

Include dependency graph for pnpimpl.cpp:

Go to the source code of this file.

Macros

#define PNPFAIL(__x__)   AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Error, __func__ << ": " << __x__)
 
#define PNPWARN(__x__)   AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Warning, __func__ << ": " << __x__)
 
#define PNPNOTE(__x__)   AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Notice, __func__ << ": " << __x__)
 
#define PNPINFO(__x__)   AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Info, __func__ << ": " << __x__)
 
#define PNPDBG(__x__)   AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Debug, __func__ << ": " << __x__)
 

Functions

static void CALLBACK SignaledAddRoutine (PVOID lpParam, BOOLEAN TimerOrWaitFired)
 
static void CALLBACK SignaledRemoveRoutine (PVOID lpParam, BOOLEAN TimerOrWaitFired)
 

Detailed Description

Implements the AJAPnpImpl class on the Windows platform.

Definition in file pnpimpl.cpp.

Macro Definition Documentation

◆ PNPDBG

#define PNPDBG (   __x__)    AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Debug, __func__ << ": " << __x__)

Definition at line 16 of file pnpimpl.cpp.

◆ PNPFAIL

#define PNPFAIL (   __x__)    AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Error, __func__ << ": " << __x__)

Definition at line 12 of file pnpimpl.cpp.

◆ PNPINFO

#define PNPINFO (   __x__)    AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Info, __func__ << ": " << __x__)

Definition at line 15 of file pnpimpl.cpp.

◆ PNPNOTE

#define PNPNOTE (   __x__)    AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Notice, __func__ << ": " << __x__)

Definition at line 14 of file pnpimpl.cpp.

◆ PNPWARN

#define PNPWARN (   __x__)    AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Warning, __func__ << ": " << __x__)

Definition at line 13 of file pnpimpl.cpp.

Function Documentation

◆ SignaledAddRoutine()

static void CALLBACK SignaledAddRoutine ( PVOID  lpParam,
BOOLEAN  TimerOrWaitFired 
)
static

Definition at line 19 of file pnpimpl.cpp.

◆ SignaledRemoveRoutine()

static void CALLBACK SignaledRemoveRoutine ( PVOID  lpParam,
BOOLEAN  TimerOrWaitFired 
)
static

Definition at line 26 of file pnpimpl.cpp.