Commit 919b2549943440d7807646e97e8d0e03578048fb
1 parent
53df26dc
Exists in
master
and in
1 other branch
new CALLEXT getData format
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/DDClientLibC/INCLUDE/DD_comm.h
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 | |
117 | 117 | /*------------ List of External Call of DD_Server and ERRORS -------------------*/ |
118 | 118 | #define ADDDATASETCALL "php %s/CALLEXT/createVI.php %s %s %s" /* Format to call to create new VI */ |
119 | -#define GETNEWDATACALL "php %s/CALLEXT/getData%s.php %s %s %s %s &" /* Format to call to get new data */ | |
119 | +#define GETNEWDATACALL "php %s/CALLEXT/getData.php %s %s %s %s %s &" /* Format to call to get new data */ | |
120 | 120 | #define NOPHP 32512 |
121 | 121 | #define NOSCRIPT 256 |
122 | 122 | #define PHPOK 0 | ... | ... |
src/DDClientLibCpp/INCLUDE/DD_comm.hh
... | ... | @@ -118,7 +118,7 @@ |
118 | 118 | |
119 | 119 | /*------------ List of External Call of DD_Server and ERRORS -------------------*/ |
120 | 120 | #define ADDDATASETCALL "php %s/createVI.php %s %s %s" /* Format to call to create new VI */ |
121 | -#define GETNEWDATACALL "php %s/getData%s.php %s %s %s %s &" /* Format to call to get new data */ | |
121 | +#define GETNEWDATACALL "php %s/CALLEXT/getData.php %s %s %s %s %s &" /* Format to call to get new data */ | |
122 | 122 | #define NOPHP 32512 |
123 | 123 | #define NOSCRIPT 256 |
124 | 124 | #define PHPOK 0 | ... | ... |