mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-27 00:30: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);
|
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)
|
//let calling function know thread started and obtained current (after sockets created)
|
||||||
if(!zmqThreadStarted)
|
if(!zmqThreadStarted)
|
||||||
zmqThreadStarted = true;
|
zmqThreadStarted = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user