Baseline for testing

Revision:
2:180c90fb759c
Parent:
1:a2073f60d3a6
--- a/AddressMap.h	Thu Sep 12 11:28:05 2019 +0000
+++ b/AddressMap.h	Tue Sep 17 13:48:33 2019 +0000
@@ -1,3 +1,25 @@
+/**************************************************************************//**
+ * @file     AddressMap.h
+ * @brief    Base class for storage of Address Mapping data.
+ * @version: V1.0
+ * @date:    9/17/2019
+
+ *
+ * @note
+ * Copyright (C) 2019 E3 Design. All rights reserved.
+ *
+ * @par
+ * E3 Designers LLC is supplying this software for use with Cortex-M3 LPC1768
+ * processor based microcontroller for the ESCM 2000 Monitor and Display.  
+ *  *
+ * @par
+ * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED
+ * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
+ * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
+ * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
+ *
+ ******************************************************************************/
 #ifndef _ADDRESS_MAP_
 #define _ADDRESS_MAP_
 
@@ -42,11 +64,9 @@
     int save();
     
     void display(Serial *pc);
-    //void add(int event, char* timeStamp);
-    //void clear();
+    
     char* getDescription(unsigned char idx );
 
-    void play(Serial *pc, int address);
 };
 
 #endif
\ No newline at end of file