Struct CrashReport::ThreadCallstack

Nested Relationships

This struct is a nested type of Struct CrashDump::CrashReport.

Nested Types

Struct Documentation

struct ThreadCallstack

Public Members

uint32_t threadId = 0
std::string threadName
std::string threadStatus
uint32_t stackBottom = 0
uint32_t stackTop = 0
uint32_t stackPointer = 0
uint32_t instructionPointer = 0
std::vector<CallstackContext> callStack
struct CallstackContext

Public Functions

DEPTHAI_SERIALIZE(CallstackContext, callSite, calledTarget, framePointer, context)

Public Members

uint32_t callSite = 0
uint32_t calledTarget = 0
uint32_t framePointer = 0
std::string context