Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
StdOutStatusReporter.h
Go to the documentation of this file.
1 /*
2  * StdOutStatusReporter.h
3  *
4  * Created on: Apr 14, 2014
5  * Author: mitycam
6  */
7 
8 #ifndef STDOUTSTATUSREPORTER_H_
9 #define STDOUTSTATUSREPORTER_H_
10 
12 
18 public:
20  virtual ~tcStdOutStatusReporter();
21 
27  virtual void updateStatus(teStatus aeStatus, const char *apMessage);
28 
29 };
30 
31 #endif /* STDOUTSTATUSREPORTER_H_ */
tcStatusReporter::teStatus
teStatus
Definition: StatusReporter.h:32
tcStdOutStatusReporter
Implements a status reporting object that routes messages to stdout.
Definition: StdOutStatusReporter.h:17
tcStatusReporter
Base Class for status reporting interface.
Definition: StatusReporter.h:16
tcStdOutStatusReporter::tcStdOutStatusReporter
tcStdOutStatusReporter()
Definition: StdOutStatusReporter.cpp:13
StatusReporter.h
tcStdOutStatusReporter::~tcStdOutStatusReporter
virtual ~tcStdOutStatusReporter()
Definition: StdOutStatusReporter.cpp:18
tcStdOutStatusReporter::updateStatus
virtual void updateStatus(teStatus aeStatus, const char *apMessage)
Definition: StdOutStatusReporter.cpp:22