jungfrau done but not merged

This commit is contained in:
Dhanya Maliakal
2016-01-21 14:43:44 +01:00
parent f477b7a5ac
commit bef8d413d6
13 changed files with 330 additions and 197 deletions

View File

@ -69,6 +69,9 @@ int setContinousReadOut(int d);
int startReceiver(int d);
int setDACRegister(int idac, int val, int imod);
#ifdef JUNGFRAU_DHANYA
int getDacRegister(int dacnum);
#endif
int getTemperature(int tempSensor,int imod);
int initHighVoltage(int val,int imod);
@ -82,6 +85,9 @@ int getAdcConfigured();
u_int64_t getDetectorNumber();
u_int32_t getFirmwareVersion();
#ifdef JUNGFRAU_DHANYA
u_int32_t getFirmwareSVNVersion();
#endif
int testFifos(void);
u_int32_t testFpga(void);
u_int32_t testRAM(void);
@ -144,8 +150,17 @@ int setDynamicRange(int dr);
int getDynamicRange();
int getNModBoard();
int setNMod(int n);
#ifdef JUNGFRAU_DHANYA
int getNMod();
#endif
int setStoreInRAM(int b);
int allocateRAM();
#ifdef JUNGFRAU_DHANYA
int writeADC(int addr, int val);
int prepareADC();
#endif
int clearRAM();