AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares the CNTV2SupportLogger class. More...
Go to the source code of this file.
Classes | |
class | CNTV2SupportLogger |
Generates a standard support log (register log) for any NTV2 device attached to the host. To write the log into a file, open a std::ofstream, then stream this object into it. More... | |
Enumerations | |
enum | NTV2SupportLoggerSections { NTV2_SupportLoggerSectionInfo = 0x00000001 << 0, NTV2_SupportLoggerSectionAutoCirculate = 0x00000001 << 1, NTV2_SupportLoggerSectionAudio = 0x00000001 << 2, NTV2_SupportLoggerSectionRouting = 0x00000001 << 3, NTV2_SupportLoggerSectionRegisters = 0x00000001 << 4, NTV2_SupportLoggerSectionsAll = 0xFFFFFFFF } |
Functions | |
std::ostream & | operator<< (std::ostream &outStream, const CNTV2SupportLogger &inData) |
Writes a given CNTV2SupportLogger's text into the given output stream. More... | |
Declares the CNTV2SupportLogger class.
Definition in file ntv2supportlogger.h.
Definition at line 16 of file ntv2supportlogger.h.
std::ostream& operator<< | ( | std::ostream & | outStream, |
const CNTV2SupportLogger & | inData | ||
) |
Writes a given CNTV2SupportLogger's text into the given output stream.
outStream | Specifies the output stream to be written. | |
[in] | inData | Specifies the CNTV2SupportLogger. |