#include <CrashDump.hpp>
Classes | |
| struct | ErrorSourceInfo |
| struct | ThreadCallstack |
Public Member Functions | |
| DEPTHAI_SERIALIZE (CrashReport, processor, errorSource, crashedThreadId, errorSourceInfo, threadCallstack) | |
Public Attributes | |
| uint32_t | crashedThreadId = 0 |
| std::string | errorSource |
| ErrorSourceInfo | errorSourceInfo |
| ProcessorType | processor |
| std::vector< ThreadCallstack > | threadCallstack |
Definition at line 15 of file CrashDump.hpp.
| dai::CrashDump::CrashReport::DEPTHAI_SERIALIZE | ( | CrashReport | , |
| processor | , | ||
| errorSource | , | ||
| crashedThreadId | , | ||
| errorSourceInfo | , | ||
| threadCallstack | |||
| ) |
| uint32_t dai::CrashDump::CrashReport::crashedThreadId = 0 |
Definition at line 18 of file CrashDump.hpp.
| std::string dai::CrashDump::CrashReport::errorSource |
Definition at line 17 of file CrashDump.hpp.
| ErrorSourceInfo dai::CrashDump::CrashReport::errorSourceInfo |
Definition at line 44 of file CrashDump.hpp.
| ProcessorType dai::CrashDump::CrashReport::processor |
Definition at line 16 of file CrashDump.hpp.
| std::vector<ThreadCallstack> dai::CrashDump::CrashReport::threadCallstack |
Definition at line 68 of file CrashDump.hpp.