![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
This is used to enable or disable AJADebug logging in the driver. More...
#include <ntv2publicinterface.h>
Public Member Functions | |
| NTV2DebugLogging (const bool inEnable=false) | |
| Constructs an NTV2DebugLogging struct. More... | |
| std::ostream & | Print (std::ostream &inOutStream) const |
| Prints a human-readable representation of me to the given output stream. More... | |
Public Attributes | |
| NTV2_HEADER | mHeader |
| The common structure header – ALWAYS FIRST! More... | |
| NTV2Buffer | mSharedMemory |
| Virtual address of AJADebug shared memory in calling process' context,. More... | |
| ULWord | mReserved [32] |
| Reserved for future expansion. More... | |
| NTV2_TRAILER | mTrailer |
| The common structure trailer – ALWAYS LAST! More... | |
This is used to enable or disable AJADebug logging in the driver.
Definition at line 8725 of file ntv2publicinterface.h.
|
explicit |
Constructs an NTV2DebugLogging struct.
| [in] | inEnable | False to disable (the default), or True to enable. |
Definition at line 3039 of file ntv2publicinterface.cpp.
| ostream & NTV2DebugLogging::Print | ( | std::ostream & | inOutStream | ) | const |
Prints a human-readable representation of me to the given output stream.
| inOutStream | Specifies the output stream to use. |
Definition at line 3046 of file ntv2publicinterface.cpp.
| NTV2_HEADER NTV2DebugLogging::mHeader |
The common structure header – ALWAYS FIRST!
Definition at line 8726 of file ntv2publicinterface.h.
| ULWord NTV2DebugLogging::mReserved[32] |
Reserved for future expansion.
Definition at line 8731 of file ntv2publicinterface.h.
| NTV2Buffer NTV2DebugLogging::mSharedMemory |
Virtual address of AJADebug shared memory in calling process' context,.
Definition at line 8727 of file ntv2publicinterface.h.
| NTV2_TRAILER NTV2DebugLogging::mTrailer |
The common structure trailer – ALWAYS LAST!
Definition at line 8732 of file ntv2publicinterface.h.