included network tab in gui, correctedmulti to be able to clear sls detectors error mask,included coud not set up network parameter error

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@454 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-02-07 17:34:09 +00:00
parent 9fe499e20c
commit 35de710225
4 changed files with 43 additions and 10 deletions

View File

@ -1141,6 +1141,10 @@ class multiSlsDetector : public slsDetectorUtils {
*/
string getErrorMessage(int &critical);
/** Clears error mask of both multi and sls
/returns error mask
*/
int64_t clearAllErrorMask();
protected: