multisize to numberofdetectors

This commit is contained in:
2020-06-17 09:57:56 +02:00
parent e09fc8cd2b
commit b5781e1f9b
8 changed files with 27 additions and 29 deletions

View File

@ -445,7 +445,7 @@ typedef struct {
*/
struct rxParameters {
detectorType detType{GENERIC};
xy multiSize;
xy numberOfDetector;
int detId{0};
char hostname[MAX_STR_LENGTH];
int udpInterfaces{1};