Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
StatusReporter.h File Reference
#include <list>
#include <stdarg.h>
Include dependency graph for StatusReporter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tcStatusReporter
 Base Class for status reporting interface. More...
 

Functions

void DisableIndicators (bool abDisable)
 
void UpdateStatus (const char *apFMT,...)
 
void UpdateStatus (tcStatusReporter::teStatus aeStatus, const char *apFMT,...)
 
void dump_backtrace (void)
 

Function Documentation

◆ DisableIndicators()

void DisableIndicators ( bool  abDisable)
inline

◆ dump_backtrace()

void dump_backtrace ( void  )

◆ UpdateStatus() [1/2]

void UpdateStatus ( const char *  apFMT,
  ... 
)

◆ UpdateStatus() [2/2]

void UpdateStatus ( tcStatusReporter::teStatus  aeStatus,
const char *  apFMT,
  ... 
)