Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
21:ce51bb0ba4a5
Parent:
19:74155d652c37
Child:
22:f957c4f840ad
--- a/SnSDUtils.h	Wed Oct 03 00:22:27 2012 +0000
+++ b/SnSDUtils.h	Wed Oct 10 05:54:12 2012 +0000
@@ -82,6 +82,11 @@
 
     static
     uint16_t    GetSeqNumFromFileName(const char* fn);
+    
+    static
+    void        GetDirProps(const char* dirname,
+                            uint32_t& nfiles,
+                            float& totbytes);
 
     static
     bool  WriteEventTo(FILE* efile, char* const evtBuf,