3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
85:422d0a1b95cf
Parent:
83:0d3572a8a851
--- a/MessageLogger/MessageLogger.cpp	Thu May 11 19:27:45 2017 +0000
+++ b/MessageLogger/MessageLogger.cpp	Sat May 13 17:35:58 2017 +0000
@@ -3,6 +3,18 @@
 
 #define SIGNAL_printMessage 2
 
+/**
+    @file :     MessageLogger.cpp
+    @authors :   Radu Marcu, Jacob Williams, Niall Francis, Arron Burch
+    
+    @section DESCRIPTION
+    
+    This is the MessageLogger class, which is responsible for handling the printing
+    of messages. All messages are placed in a mailbox to be printed out in order of
+    oldest to newest, with the exception of error messages, which are prioritized by
+    the logging thread (main.cpp).
+    */
+
 
 Mail<Message, 16> message_mail;