using detid to calculte zmq port in case of shmget error and det id does not start with 0 and 1 as in receiver zmq server ports

This commit is contained in:
Dhanya Maliakal
2016-12-02 08:53:08 +01:00
parent 790cef37ff
commit dd9387ef29
3 changed files with 12 additions and 7 deletions

View File

@ -268,7 +268,7 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
/** flag for acquiring */
bool acquiringFlag;
/** flipped data across x or y axis */
bool flippedData[2];
int flippedData[2];
} sharedSlsDetector;