mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
slsReceiver & client: 10genable allowed for moench and ctb, ctb server: better way to divide to packets to send via udp
This commit is contained in:
@ -1247,7 +1247,7 @@ int slsReceiverTCPIPInterface::enable_tengiga() {
|
||||
if (interface->Server_ReceiveArg(ret, mess, &val, sizeof(val), true, receiver) == FAIL)
|
||||
return FAIL;
|
||||
|
||||
if (myDetectorType != EIGER)
|
||||
if (myDetectorType != EIGER && myDetectorType != CHIPTESTBOARD && myDetectorType != MOENCH)
|
||||
functionNotImplemented();
|
||||
|
||||
// base object not null
|
||||
|
Reference in New Issue
Block a user