renaming sls and detectors to modules, multis to detector

This commit is contained in:
2021-09-15 14:53:31 +02:00
parent 1a712e1aa6
commit 732270f437
10 changed files with 364 additions and 382 deletions

View File

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