mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
sala ifdef for now
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@807 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
4eb233cdf0
commit
a1bd5cdae6
@ -70,6 +70,7 @@ public:
|
||||
status = slsDetectorDefs::IDLE;
|
||||
}
|
||||
|
||||
#ifdef SALA
|
||||
//REST call - hardcoded
|
||||
RestHelper rest ;
|
||||
rest.init("localhost",8080);
|
||||
@ -109,6 +110,7 @@ public:
|
||||
std::cout << "I SHOULD THROW AN EXCEPTION!!!" << std::endl;
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
@ -10,8 +10,9 @@
|
||||
*/
|
||||
|
||||
#include "sls_detector_defs.h"
|
||||
#ifdef SALA
|
||||
#include "RestHelper.h"
|
||||
|
||||
#endif
|
||||
class EigerReceiver {
|
||||
/* abstract class that defines the public interface of an eiger data receiver.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user