mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
added binaries
This commit is contained in:
parent
e6c0304af1
commit
02cc284422
Binary file not shown.
@ -20,7 +20,7 @@ void error(char *msg){
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char *argv[]){
|
||||||
int portno, b;
|
int portno = DEFAULT_PORTNO;
|
||||||
int retval = OK;
|
int retval = OK;
|
||||||
int sd, fd;
|
int sd, fd;
|
||||||
int debugflag = 0;
|
int debugflag = 0;
|
||||||
@ -101,7 +101,7 @@ int main(int argc, char *argv[]){
|
|||||||
printf("function table assigned \n");
|
printf("function table assigned \n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (b)
|
if (controlserver)
|
||||||
printf("\nControl Server Ready...\n\n");
|
printf("\nControl Server Ready...\n\n");
|
||||||
else
|
else
|
||||||
printf("\nStop Server Ready...\n\n");
|
printf("\nStop Server Ready...\n\n");
|
||||||
|
@ -5117,7 +5117,7 @@ int reset_fpga(int file_des) {
|
|||||||
#ifdef SLS_DETECTOR_FUNCTION_LIST
|
#ifdef SLS_DETECTOR_FUNCTION_LIST
|
||||||
else {
|
else {
|
||||||
if (isControlServer) {
|
if (isControlServer) {
|
||||||
basictests(debugflag) // mapping of control server at lease
|
basictests(debugflag); // mapping of control server at lease
|
||||||
#ifdef JUNGFRAUD
|
#ifdef JUNGFRAUD
|
||||||
if (debugflag != PROGRAMMING_MODE)
|
if (debugflag != PROGRAMMING_MODE)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user