![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
Implements the AJAPnpImpl class on the Windows platform. More...
#include "ajabase/pnp/windows/pnpimpl.h"#include "ajabase/system/systemtime.h"#include "ajabase/system/debug.h"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) |
Implements the AJAPnpImpl class on the Windows platform.
Definition in file pnpimpl.cpp.
| #define PNPDBG | ( | __x__ | ) | AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Debug, __func__ << ": " << __x__) |
Definition at line 16 of file pnpimpl.cpp.
| #define PNPFAIL | ( | __x__ | ) | AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Error, __func__ << ": " << __x__) |
Definition at line 12 of file pnpimpl.cpp.
| #define PNPINFO | ( | __x__ | ) | AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Info, __func__ << ": " << __x__) |
Definition at line 15 of file pnpimpl.cpp.
| #define PNPNOTE | ( | __x__ | ) | AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Notice, __func__ << ": " << __x__) |
Definition at line 14 of file pnpimpl.cpp.
| #define PNPWARN | ( | __x__ | ) | AJA_sREPORT(AJA_DebugUnit_PnP, AJA_DebugSeverity_Warning, __func__ << ": " << __x__) |
Definition at line 13 of file pnpimpl.cpp.
|
static |
Definition at line 19 of file pnpimpl.cpp.
|
static |
Definition at line 26 of file pnpimpl.cpp.