mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 15:22:20 +01:00
added sanity check to only enable for chipttestboard and xilinx
This commit is contained in:
@@ -16,6 +16,8 @@ namespace sls {
|
||||
class GeneralDataTest : public GeneralData {
|
||||
|
||||
public:
|
||||
GeneralDataTest() { detType = slsDetectorDefs::CHIPTESTBOARD; }
|
||||
|
||||
int GetNumberOfAnalogDatabytes() { return nAnalogBytes; };
|
||||
|
||||
int GetNumberOfDigitalDatabytes() { return nDigitalBytes; };
|
||||
|
||||
Reference in New Issue
Block a user