mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
removed headersize compile error
This commit is contained in:
parent
75ddf535dc
commit
0ba537e479
@ -1897,13 +1897,6 @@ void UDPStandardImplementation::startDataCallback(){
|
||||
FILE_LOG(logINFO, cstreambuf);
|
||||
}
|
||||
|
||||
switch(myDetectorType){
|
||||
case EIGER:
|
||||
headersize = EIGER_DATA_PACKET_HEADER_SIZE; break;
|
||||
default:
|
||||
headersize = 0; break;
|
||||
}
|
||||
|
||||
//let calling function know thread started and obtained current (after sockets created)
|
||||
if(!zmqThreadStarted)
|
||||
zmqThreadStarted = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user