Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
3:24c5f0f50bf1
Parent:
2:e67f7c158087
Child:
4:a91682e19d6b
--- a/SnSDUtils.h	Tue Jul 24 02:07:23 2012 +0000
+++ b/SnSDUtils.h	Tue Jul 31 04:59:16 2012 +0000
@@ -20,7 +20,7 @@
  private:
     
     static
-    FILE* OpenSDFile(const char* name);
+    FILE* OpenSDFile(const char* name, const char* mode);
     
     static
     uint16_t GetSeqNum(const uint64_t macadr,
@@ -50,11 +50,14 @@
                             const uint32_t run);
     
     static
-    FILE* OpenExistingFile(const char* name);
+    FILE* OpenExistingFile(const char* name, const bool setcurrent);
     
     static
     SnCommWin::ECommWinResult SendAllFiles(SnCommWin* comm,
-                                           const bool doDelete);
+                                           const bool doDelete,
+                                           const uint32_t timeout,
+                                           char* const buf,
+                                           const uint32_t bsize);
     
     static
     const char* GetCurFileName() { return fgCurFileName; }