mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
debugging
This commit is contained in:
parent
c7adfd52f2
commit
a42854d9a7
@ -38,7 +38,7 @@ void UDPBaseImplementation::initializeMembers(){
|
||||
FILE_LOG(logDEBUG) << "Info: Initializing base members";
|
||||
//**detector parameters***
|
||||
myDetectorType = GENERIC;
|
||||
strcpy(detHostname,"\0");
|
||||
strcpy(detHostname,"");
|
||||
packetsPerFrame = 0;
|
||||
acquisitionPeriod = 0;
|
||||
numberOfFrames = 0;
|
||||
|
@ -2526,9 +2526,9 @@ void UDPStandardImplementation::startWriting(){
|
||||
threadStarted = 1;
|
||||
|
||||
//variable definitions
|
||||
char* wbuf; //buffer popped from FIFO
|
||||
char* wbuf=NULL; //buffer popped from FIFO
|
||||
sfilefd[ithread] = 0; //file pointer
|
||||
uint64_t nf; //for compression, number of frames
|
||||
uint64_t nf=0; //for compression, number of frames
|
||||
int listenfifoIndex = ithread;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user