Time-of-Flight Library(ToF) 3.3.0
|
|
Class containing log information about the crash that occurred. More...
#include <log.hpp>
Public Member Functions | |
CrashReport (tof_crash_report_t ptr=nullptr) | |
Construct from pointer. More... | |
CrashReport (StringView serial, StringView description) | |
Generate crash report on a camera. More... | |
const char * | get_description () const |
Get the description. More... | |
void | set_description (StringView description) |
Set the description. More... | |
const char * | get_report () const |
Get the complete report. More... | |
void | save (StringView file_name) const |
Save report to disk. More... | |
Class containing log information about the crash that occurred.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |