get the last frame in eiger with acquiringdone

This commit is contained in:
Dhanya Maliakal
2015-02-24 16:10:31 +01:00
parent d658799b20
commit 2c2d2171d2
5 changed files with 22 additions and 14 deletions

View File

@ -190,8 +190,8 @@ int Feb_Control_Init(int master, int top){
//get serial
int serial=1;
switch(Feb_Control_module_number){
case 34: serial = 0; break; //martin
case 31: serial = 0; break; //dhanya
case 34: serial = 0; break; //martin half
case 31: serial = 0; break; //martin
case 26: serial = 0; break; //leo
case 32: serial = 1; break;
case 24: serial = 2; break;

View File

@ -1,6 +1,6 @@
CC = powerpc-4xx-softfloat-gcc
CCX = powerpc-4xx-softfloat-g++
CFLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST -DDACS_INT #-DSTOP_SERVER #-DVERBOSE #-DVIRTUAL -DPCCOMPILE
CFLAGS += -Wall -DDACS_INT -DEIGERD -DSLS_DETECTOR_FUNCTION_LIST -DDACS_INT -DSTOP_SERVER #-DVERBOSE #-DVIRTUAL -DPCCOMPILE
LDLIBS += -lm -lstdc++
PROGS = eigerDetectorServer

View File

@ -149,6 +149,7 @@ int initDetector(){
int initDetectorStop(){
getModuleConfiguration();
Feb_Interface_FebInterface();
Feb_Control_FebControl();
Feb_Control_Init(master,top);
printf("FEB Initialization done\n");
/* Beb_Beb(-1);