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
diff -r 16a3eabfb61f -r 422d0a1b95cf Message/Message.cpp
--- a/Message/Message.cpp	Thu May 11 19:27:45 2017 +0000
+++ b/Message/Message.cpp	Sat May 13 17:35:58 2017 +0000
@@ -1,6 +1,18 @@
 #include "Message.h"
 
 /**
+    @file :     Message.cpp
+    @authors :   Radu Marcu, Jacob Williams, Niall Francis, Arron Burch
+    
+    @section DESCRIPTION
+    
+    This is the Message class, which is used by the MessageLogger to pass messages into the mail box
+    awaiting printing by the logger. The Message class is also used by the MessageLogger to get the
+    contents of the mail box back out to be printed.
+*/
+
+
+/**
     Copies the content from ptr into the Message object text char array.
     
     @param ptr :    Pointer to char array containing message.