mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
modified configuremac function to have zero arguments
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@127 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
8e79e5077f
commit
e24a4b79a3
@ -2421,13 +2421,13 @@ const char * multiSlsDetector::getSettingsFile() {
|
||||
}
|
||||
|
||||
|
||||
int multiSlsDetector::configureMAC(int p) {
|
||||
int multiSlsDetector::configureMAC() {
|
||||
|
||||
int ret=-100, ret1;
|
||||
|
||||
for (int idet=0; idet<thisMultiDetector->numberOfDetectors; idet++) {
|
||||
if (detectors[idet]) {
|
||||
ret1=detectors[idet]->configureMAC(p);
|
||||
ret1=detectors[idet]->configureMAC();
|
||||
if (ret==-100)
|
||||
ret=ret1;
|
||||
else if (ret!=ret1)
|
||||
|
@ -891,7 +891,7 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
string getLastClientIP();
|
||||
|
||||
|
||||
int configureMAC(int);
|
||||
int configureMAC();
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user