Mercurial > hg > fxanalyse
changeset 121:f48e8ff21f0f
Update Sr data logger IP address
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 12 Dec 2013 16:26:20 +0100 |
parents | 84fb0796936b |
children | bdd3ec3c212e |
files | FXAnalyse.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/FXAnalyse.c Tue Sep 17 14:18:20 2013 +0200 +++ b/FXAnalyse.c Thu Dec 12 16:26:20 2013 +0100 @@ -15,6 +15,7 @@ #include "DDS_Fox.h" #include "muParserDLL.h" +#define SR_LOGGER_IP "145.238.204.91" #define DATAFOLDER "Z:\\Measures-2013" #define DEDRIFT_DDS_FREQUENCY 70000000.0 @@ -228,7 +229,7 @@ // try to connect and quit if unsuccessfull if (handle == 0) { - if (ConnectToTCPServer(&handle, 3491, "145.238.204.146", NULL, NULL, 1) < 0) { + if (ConnectToTCPServer(&handle, 3491, SR_LOGGER_IP, NULL, NULL, 1) < 0) { logmsg("Sr data logger connection error"); return -1; }