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);