Go to the source code of this file.
Data Structures | |
class | dw::framework::Exception |
Namespaces | |
dw | |
dw::framework | |
Macros | |
#define | FRWK_CHECK_CUDA_ERROR(x) |
#define | FRWK_CHECK_CUDA_ERROR_NOTHROW(x) |
#define | FRWK_CHECK_DW_ERROR(x) |
#define | FRWK_CHECK_DW_ERROR_IGNORE_SOME(x, fallback, ...) |
#define | FRWK_CHECK_DW_ERROR_MSG(x, description) |
#define | FRWK_CHECK_DW_ERROR_NOTHROW(x) |
#define | FRWK_CHECK_NVMEDIA_ERROR(e) |
#define | FRWK_CHECK_NVSCI_ERROR(e) |
#define | GET_STRING(s) #s |
#define | THROW_ON_PARAM_NULL(param) |
Functions | |
const char * | dw::framework::nvSciGetErrorName (uint32_t error) |
const char * | dw::framework::nvSciGetEventName (uint32_t event) |
#define FRWK_CHECK_CUDA_ERROR | ( | x | ) |
Definition at line 321 of file Exception.hpp.
Referenced by dw::framework::BufferCUDA::bindNvSciBufObj(), and dw::framework::BufferCUDA::fillSpecificAttributes().
#define FRWK_CHECK_CUDA_ERROR_NOTHROW | ( | x | ) |
Definition at line 331 of file Exception.hpp.
Referenced by dw::framework::BufferCUDA::~BufferCUDA().
#define FRWK_CHECK_DW_ERROR | ( | x | ) |
Definition at line 262 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_IGNORE_SOME | ( | x, | |
fallback, | |||
... | |||
) |
Definition at line 271 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_MSG | ( | x, | |
description | |||
) |
Definition at line 310 of file Exception.hpp.
#define FRWK_CHECK_DW_ERROR_NOTHROW | ( | x | ) |
Definition at line 297 of file Exception.hpp.
#define FRWK_CHECK_NVMEDIA_ERROR | ( | e | ) |
Definition at line 345 of file Exception.hpp.
#define FRWK_CHECK_NVSCI_ERROR | ( | e | ) |
Definition at line 354 of file Exception.hpp.
Referenced by dw::framework::BufferCPU::bindNvSciBufObj(), dw::framework::BufferBase::fillNvSciBufAttrs(), dw::framework::BufferCPU::fillSpecificAttributes(), dw::framework::BufferCUDA::fillSpecificAttributes(), dw::framework::ChannelNvSciPacketDefault::getGenericData(), and dw::framework::ChannelNvSciPacketDefault::initializeFromNvSciBufObjs().
#define GET_STRING | ( | s | ) | #s |
Definition at line 270 of file Exception.hpp.
#define THROW_ON_PARAM_NULL | ( | param | ) |
Definition at line 40 of file Exception.hpp.