FIAP (IEEE1888) library

Dependents:   Fetch_IEEE1888_Storage IEEE1888_MULTI_SENSOR_GW

Fork of FiapV2 by Yasushi TAUCHI

Revision:
19:101d8775b33d
Parent:
15:3bd6f70e57e2
--- a/fiap.h	Fri Mar 01 17:35:02 2013 +0000
+++ b/fiap.h	Sat Mar 02 02:37:40 2013 +0000
@@ -18,7 +18,7 @@
 #define FIAP_UPLOAD_HTTPERR  3  // HTTP Server error (The response was not "200 OK")
 #define FIAP_UPLOAD_FIAPERR  4  // FIAP Server error
 
-// use fetch_last_data(struct fiap_element* v, unsigned int esize) if true
+// use fetch_last_data() if true
 #define USE_FETCH  true
 
 /** fiap_element
@@ -72,12 +72,10 @@
     int post(struct fiap_element* v, unsigned int esize);
 
     /** fetch last data
-     * @param cid Point ID s
      * @param v Return Values
-     * @param esize <=2
      * @return network_error
      */
-    int fetch_last_data(struct fiap_element* v, unsigned int esize);
+    int fetch_last_data(struct fiap_element* v /*, unsigned int esize*/);
 
     /** get status text
      * @param r HTTPResult