![]() |
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) |
Public Member Functions inherited from tcStatusReporter | |
| tcStatusReporter () | |
| virtual | ~tcStatusReporter () |
| virtual void | disableIndicators (bool abDisable) |
Additional Inherited Members | |
Public Types inherited from tcStatusReporter | |
| enum | teStatus { eeCapturingStart, eeCapturingEnd, eeGood, eeWarning, eeError, eeClear, eeInfo } |
Static Public Member Functions inherited from tcStatusReporter | |
| static void | UpdateStatus (teStatus aeStatus, const char *apMessage) |
| static void | DisableIndicators (bool abDisable) |
Protected Member Functions inherited from tcStatusReporter | |
| const char * | statusToString (teStatus aeStatus) |
Static Protected Attributes inherited from tcStatusReporter | |
| 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.