Mercurial > hg > fxanalyse
comparison FXAnalyse.c @ 85:6ac1d3de1ae2
Minor cleanup
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 21 Mar 2013 11:59:11 +0100 |
parents | c03263186dd7 |
children | 9daa5e2e4b11 |
comparison
equal
deleted
inserted
replaced
84:c03263186dd7 | 85:6ac1d3de1ae2 |
---|---|
19 #define LOGFILEPATH "C:\\Femto\\Software\\FXQE80" | 19 #define LOGFILEPATH "C:\\Femto\\Software\\FXQE80" |
20 #define DATAFOLDER "Z:\\Measures-2013" | 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 // panels |
25 static PanelHandle MainPanel; | 25 static int MainPanel; |
26 static PanelHandle CalcNPanel; | 26 static int CalcNPanel; |
27 static PanelHandle EstimateN3Panel; | 27 static int EstimateN3Panel; |
28 static PanelHandle LoggingPanel; | 28 static int LoggingPanel; |
29 | 29 |
30 char LogFileName[MAX_PATHNAME_LEN]; | 30 char LogFileName[MAX_PATHNAME_LEN]; |
31 | 31 |
32 double utc = 0; | 32 double utc = 0; |
33 double mjd = 0; | 33 double mjd = 0; |