mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +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 portno, b;
|
||||
int portno = DEFAULT_PORTNO;
|
||||
int retval = OK;
|
||||
int sd, fd;
|
||||
int debugflag = 0;
|
||||
@ -101,7 +101,7 @@ int main(int argc, char *argv[]){
|
||||
printf("function table assigned \n");
|
||||
#endif
|
||||
|
||||
if (b)
|
||||
if (controlserver)
|
||||
printf("\nControl Server Ready...\n\n");
|
||||
else
|
||||
printf("\nStop Server Ready...\n\n");
|
||||
|
@ -5117,7 +5117,7 @@ int reset_fpga(int file_des) {
|
||||
#ifdef SLS_DETECTOR_FUNCTION_LIST
|
||||
else {
|
||||
if (isControlServer) {
|
||||
basictests(debugflag) // mapping of control server at lease
|
||||
basictests(debugflag); // mapping of control server at lease
|
||||
#ifdef JUNGFRAUD
|
||||
if (debugflag != PROGRAMMING_MODE)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user