mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
x y z and id are written to the udp header for eiger
This commit is contained in:
@ -6414,8 +6414,8 @@ int slsDetector::configureMAC(){
|
||||
bool sendpos = 0;
|
||||
int pos[3]={0,0,0};
|
||||
|
||||
// only jungfrau send x, y and z in detector udp header
|
||||
if (thisDetector->myDetectorType == JUNGFRAU) {
|
||||
// only jungfrau and eiger, send x, y and z in detector udp header
|
||||
if (thisDetector->myDetectorType == JUNGFRAU || thisDetector->myDetectorType == EIGER) {
|
||||
sendpos = true;
|
||||
int max = parentDet->getNumberOfDetectors(X);
|
||||
if(!posId) {
|
||||
|
Reference in New Issue
Block a user