Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Tue May 03 02:01:35 2016 +0000
Revision:
116:8099b754fbb4
Parent:
84:80b15993944e
One program for all stns via UID/MAC lookup table or generation. Status sends number trg/evt and livetime, not rates. Add 512 sample evt and RFFT-LUTs. Add L1Scaledown trg bit. Allow skip SST reset at start. Fix dt at end of seq. End of comm signal.

Who changed what in which revision?

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