From 6b6fe986d48a64b1b94b61f81a227d79ee9d220f Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Fri, 13 Jan 2012 09:38:20 +0000 Subject: [PATCH] works with gigabit git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@92 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.h b/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.h index ca183e2ab..92c3ee917 100755 --- a/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.h +++ b/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.h @@ -53,6 +53,8 @@ float getTemperature(int tempSensor, int imod); int initHighVoltage(int val, int imod); int initConfGain(int val, int imod); +int configureMAC(int ipad, long long int macad); + u_int64_t getMcsNumber(); u_int32_t getMcsVersion(); u_int32_t testFifos(void); @@ -86,7 +88,8 @@ int64_t getProbes(); int64_t getProgress(); int64_t setProgress(); - +int64_t getActualTime(); +int64_t getMeasurementTime(); u_int32_t runBusy(void); u_int32_t runState(void);