FIAP (IEEE1888) library

Dependents:   Fetch_IEEE1888_Storage IEEE1888_MULTI_SENSOR_GW

Fork of FiapV2 by Yasushi TAUCHI

Revision:
9:02ae92c06e52
Parent:
8:0b203716e92b
Child:
10:b355957e01f4
--- a/fiap.cpp	Sun Sep 30 12:43:39 2012 +0000
+++ b/fiap.cpp	Wed Feb 20 16:12:27 2013 +0000
@@ -51,10 +51,15 @@
     strcpy(_soap_action,"\"http://soap.fiap.org/query\"");
 }
 
-FIAP::FIAP(char Storage[])
+FIAP::FIAP()
 {
     debug_mode=false;
+}
+
+void FIAP::setStorage(char Storage[])
+{
     strcpy(_fiap_storage,Storage);
+    return;
 }
 
 int FIAP::fetch_last_data(struct fiap_element* v,unsigned int esize)