Implementation of NTV2Dictionary, NTV2DeviceSpecParser, NTV2RPCClientAPI & NTV2RPCServerAPI classes.
More...
#include "ajatypes.h"
#include "ntv2utils.h"
#include "ntv2nubaccess.h"
#include "ntv2publicinterface.h"
#include "ntv2version.h"
#include "ajabase/system/debug.h"
#include "ajabase/common/common.h"
#include "ajabase/system/info.h"
#include "ajabase/system/systemtime.h"
#include "ajabase/system/thread.h"
#include <iomanip>
#include <fstream>
#include "mbedtls/x509.h"
#include "mbedtls/error.h"
#include "mbedtls/md.h"
#include "mbedtls/ssl.h"
#include <CoreFoundation/CoreFoundation.h>
#include <dlfcn.h>
Go to the source code of this file.
|
#define | DLL_EXTENSION ".dylib" |
|
#define | PATH_DELIMITER "/" |
|
#define | FIRMWARE_FOLDER "Firmware" PATH_DELIMITER |
|
#define | SIG_EXTENSION ".sig" |
|
#define | INSTP(_p_) xHEX0N(uint64_t(_p_),16) |
|
#define | NBFAIL(__x__) AJA_sERROR (AJA_DebugUnit_RPCClient, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
|
#define | NBWARN(__x__) AJA_sWARNING(AJA_DebugUnit_RPCClient, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
|
#define | NBNOTE(__x__) AJA_sNOTICE (AJA_DebugUnit_RPCClient, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
|
#define | NBINFO(__x__) AJA_sINFO (AJA_DebugUnit_RPCClient, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
|
#define | NBDBG(__x__) AJA_sDEBUG (AJA_DebugUnit_RPCClient, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
|
#define | NBCFAIL(__x__) AJA_sERROR (AJA_DebugUnit_RPCClient, AJAFUNC << ": " << __x__) |
|
#define | NBCWARN(__x__) AJA_sWARNING(AJA_DebugUnit_RPCClient, AJAFUNC << ": " << __x__) |
|
#define | NBCNOTE(__x__) AJA_sNOTICE (AJA_DebugUnit_RPCClient, AJAFUNC << ": " << __x__) |
|
#define | NBCINFO(__x__) AJA_sINFO (AJA_DebugUnit_RPCClient, AJAFUNC << ": " << __x__) |
|
#define | NBCDBG(__x__) AJA_sDEBUG (AJA_DebugUnit_RPCClient, AJAFUNC << ": " << __x__) |
|
#define | NBSFAIL(__x__) AJA_sERROR (AJA_DebugUnit_RPCServer, AJAFUNC << ": " << __x__) |
|
#define | NBSWARN(__x__) AJA_sWARNING(AJA_DebugUnit_RPCServer, AJAFUNC << ": " << __x__) |
|
#define | NBSNOTE(__x__) AJA_sNOTICE (AJA_DebugUnit_RPCServer, AJAFUNC << ": " << __x__) |
|
#define | NBSINFO(__x__) AJA_sINFO (AJA_DebugUnit_RPCServer, AJAFUNC << ": " << __x__) |
|
#define | NBSDBG(__x__) AJA_sDEBUG (AJA_DebugUnit_RPCServer, AJAFUNC << ": " << __x__) |
|
#define | PLGFAIL(__x__) AJA_sERROR (AJA_DebugUnit_Plugins, AJAFUNC << ": " << __x__) |
|
#define | PLGWARN(__x__) AJA_sWARNING(AJA_DebugUnit_Plugins, AJAFUNC << ": " << __x__) |
|
#define | PLGNOTE(__x__) AJA_sNOTICE (AJA_DebugUnit_Plugins, AJAFUNC << ": " << __x__) |
|
#define | PLGINFO(__x__) AJA_sINFO (AJA_DebugUnit_Plugins, AJAFUNC << ": " << __x__) |
|
#define | PLGDBG(__x__) AJA_sDEBUG (AJA_DebugUnit_Plugins, AJAFUNC << ": " << __x__) |
|
#define | P_FAIL(__x__) |
|
#define | P_WARN(__x__) |
|
#define | P_NOTE(__x__) |
|
#define | P_INFO(__x__) |
|
#define | P_DBG(__x__) |
|
#define | _DEBUGSTATS_ |
|
#define | PDBGX(__x__) AJA_sDEBUG (AJA_DebugUnit_Plugins, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
|
Implementation of NTV2Dictionary, NTV2DeviceSpecParser, NTV2RPCClientAPI & NTV2RPCServerAPI classes.
- Copyright
- (C) 2006-2022 AJA Video Systems, Inc.
Definition in file ntv2nubaccess.cpp.
◆ _DEBUGSTATS_
◆ DLL_EXTENSION
#define DLL_EXTENSION ".dylib" |
◆ FIRMWARE_FOLDER
#define FIRMWARE_FOLDER "Firmware" PATH_DELIMITER |
◆ INSTP
#define INSTP |
( |
|
_p_ | ) |
xHEX0N(uint64_t(_p_),16) |
◆ NBCDBG
◆ NBCFAIL
◆ NBCINFO
◆ NBCNOTE
◆ NBCWARN
◆ NBDBG
◆ NBFAIL
◆ NBINFO
◆ NBNOTE
◆ NBSDBG
◆ NBSFAIL
◆ NBSINFO
◆ NBSNOTE
◆ NBSWARN
◆ NBWARN
◆ P_DBG
Value: if (useStdout()) cout <<
"## DEBUG: " <<
AJAFUNC <<
": " << __x__ << endl; \
Definition at line 80 of file ntv2nubaccess.cpp.
◆ P_FAIL
Value: if (useStdout()) cout <<
"## ERROR: " <<
AJAFUNC <<
": " << __x__ << endl; \
Definition at line 72 of file ntv2nubaccess.cpp.
◆ P_INFO
Value: if (useStdout()) cout <<
"## INFO: " <<
AJAFUNC <<
": " << __x__ << endl; \
Definition at line 78 of file ntv2nubaccess.cpp.
◆ P_NOTE
Value: if (useStdout()) cout <<
"## NOTE: " <<
AJAFUNC <<
": " << __x__ << endl; \
Definition at line 76 of file ntv2nubaccess.cpp.
◆ P_WARN
Value: if (useStdout()) cout <<
"## WARNING: " <<
AJAFUNC <<
": " << __x__ << endl; \
Definition at line 74 of file ntv2nubaccess.cpp.
◆ PATH_DELIMITER
#define PATH_DELIMITER "/" |
◆ PDBGX
◆ PLGDBG
◆ PLGFAIL
◆ PLGINFO
◆ PLGNOTE
◆ PLGWARN
◆ SIG_EXTENSION
#define SIG_EXTENSION ".sig" |
◆ NTV2PluginPtr
◆ PluginRegistryPtr
◆ DumpLoadedPlugins()
void DumpLoadedPlugins |
( |
void |
| ) |
|
◆ gBaseConstructCount()
static uint32_t gBaseConstructCount |
( |
0 |
| ) |
|
|
static |
◆ gBaseDestructCount()
static uint32_t gBaseDestructCount |
( |
0 |
| ) |
|
|
static |
◆ gClientConstructCount()
static uint32_t gClientConstructCount |
( |
0 |
| ) |
|
|
static |
◆ gClientDestructCount()
static uint32_t gClientDestructCount |
( |
0 |
| ) |
|
|
static |
◆ gLoaderConstructCount()
static uint32_t gLoaderConstructCount |
( |
0 |
| ) |
|
|
static |
◆ gLoaderDestructCount()
static uint32_t gLoaderDestructCount |
( |
0 |
| ) |
|
|
static |
◆ gPluginConstructCount()
static uint32_t gPluginConstructCount |
( |
0 |
| ) |
|
|
static |
◆ gPluginDestructCount()
static uint32_t gPluginDestructCount |
( |
0 |
| ) |
|
|
static |
◆ gServerConstructCount()
static uint32_t gServerConstructCount |
( |
0 |
| ) |
|
|
static |
◆ gServerDestructCount()
static uint32_t gServerDestructCount |
( |
0 |
| ) |
|
|
static |