Mercurial > hg > fxanalyse
comparison FXAnalyse.c @ 79:930acf691aa4
Update data logging folder to "z:\Measures-2013"
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Wed, 27 Feb 2013 09:49:05 +0100 |
parents | 3aa1f1c18961 |
children | 46fe62febcd0 |
comparison
equal
deleted
inserted
replaced
78:3aa1f1c18961 | 79:930acf691aa4 |
---|---|
15 #include "DDS_Fox.h" | 15 #include "DDS_Fox.h" |
16 #include "muParserDLL.h" | 16 #include "muParserDLL.h" |
17 | 17 |
18 #define FXLINELENGTH 123 | 18 #define FXLINELENGTH 123 |
19 #define LOGFILEPATH "C:\\Femto\\Software\\FXQE80" | 19 #define LOGFILEPATH "C:\\Femto\\Software\\FXQE80" |
20 #define DATAFOLDER "Z:\\Measures-2012" | 20 #define DATAFOLDER "Z:\\Measures-2013" |
21 | 21 |
22 #define DEDRIFT_DDS_FREQUENCY 70000000 | 22 #define DEDRIFT_DDS_FREQUENCY 70000000 |
23 | 23 |
24 // panel handling stuff | 24 // panel handling stuff |
25 static PanelHandle MainPanel ; | 25 static PanelHandle MainPanel ; |
27 static PanelHandle CalcN2Panel ; | 27 static PanelHandle CalcN2Panel ; |
28 static PanelHandle CalcN3Panel ; | 28 static PanelHandle CalcN3Panel ; |
29 static PanelHandle EstimateN3Panel; | 29 static PanelHandle EstimateN3Panel; |
30 | 30 |
31 char LogFileName[MAX_PATHNAME_LEN]; | 31 char LogFileName[MAX_PATHNAME_LEN]; |
32 char ExtraMathFileName[MAX_PATHNAME_LEN]; | |
33 | 32 |
34 double utc = 0; | 33 double utc = 0; |
35 double mjd = 0; | 34 double mjd = 0; |
36 | 35 |
37 double Ch1, Ch2, Ch3, Ch4; | 36 double Ch1, Ch2, Ch3, Ch4; |