Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SOFT253_Template_Weather_OS_54 by
Diff: MessageLogger/MessageLogger.cpp
- Revision:
- 74:749727490f44
- Child:
- 75:b44645bbf2d2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MessageLogger/MessageLogger.cpp Mon Apr 24 13:15:51 2017 +0000 @@ -0,0 +1,35 @@ +#include "MessageLogger.h" + + + // constructor + MessageLogger::MessageLogger(Thread* logger) + { + + } + + // public methods: + void MessageLogger::SendError(string errorMessage) + { + + } + void MessageLogger::SendMessage(string message) + { + + } + bool MessageLogger::GetError() + { + + } + bool MessageLogger::GetMessage() + { + + } + + void MessageLogger::PrintError() + { + + } + void MessageLogger::PrintMessage() + { + + } \ No newline at end of file