Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Sat Oct 05 04:45:22 2013 +0000
Revision:
40:1324da35afd4
Parent:
25:57b2627fe756
Child:
56:0bba0ef15697
first commit of major overhaul to 2013-2014 mbed code. NOT YET FULLY TESTED. too many changes to list (fix local file receive, fix rates, external comm packes, big SD cards, get to comm win w/o SD, v8 config frame, v4 files, SBD buffering changes...)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
uci1 0:664899e0b988 1 #include "SnStatusFrame.h"
uci1 0:664899e0b988 2
uci1 40:1324da35afd4 3 const uint8_t SnStatusFrame::kIOVers = 5; // i/o version
uci1 25:57b2627fe756 4
uci1 25:57b2627fe756 5 bool SnStatusFrame::fgRecalcFiles(true);
uci1 40:1324da35afd4 6 /*
uci1 25:57b2627fe756 7 uint32_t SnStatusFrame::fgNfiles(0);
uci1 25:57b2627fe756 8 float SnStatusFrame::fgTotKbytes(0);
uci1 40:1324da35afd4 9 */
uci1 40:1324da35afd4 10 float SnStatusFrame::fgFreeMB(0);