Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include "StatusReporter.h"
#include <execinfo.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <cxxabi.h>
#include <dlfcn.h>
Macros | |
#define | BT_BUF_SIZE 100 |
Functions | |
void | dump_backtrace (void) |
void | UpdateStatus (const char *apFMT,...) |
void | UpdateStatus (tcStatusReporter::teStatus aeStatus, const char *apFMT,...) |
#define BT_BUF_SIZE 100 |
void dump_backtrace | ( | void | ) |
void UpdateStatus | ( | const char * | apFMT, |
... | |||
) |
void UpdateStatus | ( | tcStatusReporter::teStatus | aeStatus, |
const char * | apFMT, | ||
... | |||
) |