Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
21:ce51bb0ba4a5
Parent:
16:744ce85aede2
Child:
22:f957c4f840ad
--- a/SnConstants.h	Wed Oct 03 00:22:27 2012 +0000
+++ b/SnConstants.h	Wed Oct 10 05:54:12 2012 +0000
@@ -24,7 +24,7 @@
 // NOTE: these times below must be less than kAbsMaxTimer (this is not checked, however)
 static const uint32_t kDefTimeout       = 300u;  // seconds
 static const uint32_t kConnectTimeout   = 30u;   // seconds
-static const uint32_t kListenTimeout    = 30u;   // seconds
+static const uint32_t kListenTimeout    = 300u;  // seconds
 static const uint32_t kConnectSBDTO     = 300u;  // seconds
 static const uint32_t kCommWinLongPrdTk = 300u;  // seconds
 static const uint32_t kSecsPerDay       = 3600u*24u;
@@ -33,6 +33,8 @@
 static const uint16_t kTotSamps         = kNchans*kNsamps;
 static const uint16_t kTotDacs          = kNchans*kNfpgaDacs;
 
+static const char*    kLocalDir         = "/local";
+
 static const float    kAdcToMBtimeCut   = (kNsamps*kAsfClkPrdUs)+(kAsfClkPrdUs/2.0);
 
 enum ESnTrgTypes {