mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
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:
@ -28,8 +28,9 @@ using namespace std;
|
||||
#define COULDNOT_SET_DATA_PORT 0x0800000000000000ULL
|
||||
|
||||
|
||||
#define COULD_NOT_CONFIGURE_MAC 0x0000000000000001ULL
|
||||
|
||||
#define COULD_NOT_CONFIGURE_MAC 0x0000000000000001ULL
|
||||
#define COULDNOT_SET_NETWORK_PARAMETER 0x0000000000000002ULL
|
||||
|
||||
|
||||
/** @short class returning all error messages for error mask */
|
||||
@ -65,10 +66,12 @@ public:
|
||||
retval.append("Could not set receiver port\n");
|
||||
|
||||
|
||||
|
||||
if(slsErrorMask&COULD_NOT_CONFIGURE_MAC)
|
||||
retval.append("Could not configure mac\n");
|
||||
|
||||
|
||||
if(slsErrorMask&COULDNOT_SET_NETWORK_PARAMETER)
|
||||
retval.append("Could not set network parameter. Should be valid and in proper format.\n");
|
||||
|
||||
return retval;
|
||||
|
||||
|
Reference in New Issue
Block a user