File manager

Dependencies:   SDFileSystem

Dependents:   RwSDCard_Xml_GPS

Revision:
10:a8003d357cf2
Parent:
9:b9115b3a77f9
Child:
11:e21d4c5bfd1b
--- a/FileManager.cpp	Wed May 18 07:41:14 2016 +0000
+++ b/FileManager.cpp	Wed May 18 10:46:16 2016 +0000
@@ -411,13 +411,17 @@
             {
                 /* Found variable TAG, populate it*/
                 FileManager_GetXmlText(buf , m_varList[index].varName);
-
             } 
             else if (strstr (buf,VAR_ADDR_TAG)) 
             {
                 /* Found variable  address TAG, populate it*/
                 FileManager_GetXmlText(buf , m_varList[index].varAddress);
             }
+            else if (strstr (buf,VAR_TYPE_TAG)) 
+            {
+                /* Found variable  type TAG, populate it*/
+                FileManager_GetXmlText(buf , m_varList[index].varType);
+            }
             else if (strstr (buf,VAR_LSB1_TAG)) 
             {
                 /* Found variable  LSB1 TAG, populate it*/