mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
removed headersize compile error
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user