fixing merge conflict in error_Defs

This commit is contained in:
Dhanya Maliakal
2017-10-03 14:32:30 +02:00
11 changed files with 136 additions and 28 deletions

View File

@ -1374,6 +1374,12 @@ class multiSlsDetector : public slsDetectorUtils {
*/
int setReceiverFifoDepth(int i = -1);
/** set/get receiver silent mode
* @param i is -1 to get, 0 unsets silent mode, 1 sets silent mode
/returns the receiver silent mode enable
*/
int setReceiverSilentMode(int i = -1);
/******** CTB funcs */