![]() |
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Implements a status reporting object that routes messages to stdout. More...
#include <StdOutStatusReporter.h>
Public Member Functions | |
tcStdOutStatusReporter () | |
virtual | ~tcStdOutStatusReporter () |
virtual void | updateStatus (teStatus aeStatus, const char *apMessage) |
![]() | |
tcStatusReporter () | |
virtual | ~tcStatusReporter () |
virtual void | disableIndicators (bool abDisable) |
Additional Inherited Members | |
![]() | |
enum | teStatus { eeCapturingStart, eeCapturingEnd, eeGood, eeWarning, eeError, eeClear, eeInfo } |
![]() | |
static void | UpdateStatus (teStatus aeStatus, const char *apMessage) |
static void | DisableIndicators (bool abDisable) |
![]() | |
const char * | statusToString (teStatus aeStatus) |
![]() | |
static std::list< tcStatusReporter * > | mcReporters |
Implements a status reporting object that routes messages to stdout.
tcStdOutStatusReporter::tcStdOutStatusReporter | ( | ) |
|
virtual |
|
virtual |
Signifies that the StatusReporter object should update.
aeStatus | - the status to report. |
Implements tcStatusReporter.