Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
56:0bba0ef15697
Parent:
37:ff95e7070f26
Child:
84:80b15993944e
--- a/SnCommWinAfar.cpp	Fri Jan 03 13:03:01 2014 +0000
+++ b/SnCommWinAfar.cpp	Thu Oct 30 06:42:17 2014 +0000
@@ -19,6 +19,8 @@
                                                     const uint16_t seq,
                                                     const float thmrate,
                                                     const float evtrate,
+                                                    const uint32_t powerOnTime,
+                                                    const SnTempFrame& temper,
                                                     char* const genBuf) {
 #ifdef DEBUG
     printf("SnCommWinAfar::OpenWindow\r\n");
@@ -33,7 +35,7 @@
 #ifdef DEBUG
     printf("calling SendStatus\r\n");
 #endif
-        ret = SendStatus(conf, evt, pow, seq, thmrate, evtrate, genBuf, timeout);
+        ret = SendStatus(conf, evt, pow, seq, thmrate, evtrate, powerOnTime, temper, genBuf, timeout);
 #ifdef DEBUG
     printf("Send Status returned\r\n");
 #endif