![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
Declares the AJADebug class. More...
#include <stdio.h>#include <sstream>#include <set>#include "ajabase/common/public.h"#include "ajabase/system/debugshare.h"Go to the source code of this file.
Classes | |
| class | AJADebug |
Macros | |
| #define | AJA_ASSERT(_expression_) |
| #define | AJA_PRINT(_format_, ...) |
| #define | AJA_REPORT(_index_, _severity_, _format_, ...) |
| #define | AJA_sASSERT(_expr_) |
| #define | AJA_sREPORT(_index_, _severity_, _expr_) |
| #define | AJA_sEMERGENCY(_index_, _expr_) |
| #define | AJA_sALERT(_index_, _expr_) |
| #define | AJA_sERROR(_index_, _expr_) |
| #define | AJA_sWARNING(_index_, _expr_) |
| #define | AJA_sNOTICE(_index_, _expr_) |
| #define | AJA_sINFO(_index_, _expr_) |
| #define | AJA_sDEBUG(_index_, _expr_) |
Functions | |
| AJA_EXPORT std::string | AJAStatusToString (const AJAStatus inStatus, const bool inDetailed=false) |
| std::ostream & | operator<< (std::ostream &oss, const AJADebugStat &inStat) |
Declares the AJADebug class.
Definition in file debug.h.
| AJA_EXPORT std::string AJAStatusToString | ( | const AJAStatus | inStatus, |
| const bool | inDetailed = false |
||
| ) |
| [in] | inStatus | The AJAStatus value of interest. |
| [in] | inDetailed | Optionally specifies the type of string content to return. If false, the default, returns the literal enum (e.g. "AJA_STATUS_FAIL"). If true, returns a description (e.g. "Failed"). |
| std::ostream& operator<< | ( | std::ostream & | oss, |
| const AJADebugStat & | inStat | ||
| ) |