mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:09:21 +01:00
debugging
This commit is contained in:
@@ -38,7 +38,7 @@ void UDPBaseImplementation::initializeMembers(){
|
|||||||
FILE_LOG(logDEBUG) << "Info: Initializing base members";
|
FILE_LOG(logDEBUG) << "Info: Initializing base members";
|
||||||
//**detector parameters***
|
//**detector parameters***
|
||||||
myDetectorType = GENERIC;
|
myDetectorType = GENERIC;
|
||||||
strcpy(detHostname,"\0");
|
strcpy(detHostname,"");
|
||||||
packetsPerFrame = 0;
|
packetsPerFrame = 0;
|
||||||
acquisitionPeriod = 0;
|
acquisitionPeriod = 0;
|
||||||
numberOfFrames = 0;
|
numberOfFrames = 0;
|
||||||
|
|||||||
@@ -2526,9 +2526,9 @@ void UDPStandardImplementation::startWriting(){
|
|||||||
threadStarted = 1;
|
threadStarted = 1;
|
||||||
|
|
||||||
//variable definitions
|
//variable definitions
|
||||||
char* wbuf; //buffer popped from FIFO
|
char* wbuf=NULL; //buffer popped from FIFO
|
||||||
sfilefd[ithread] = 0; //file pointer
|
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;
|
int listenfifoIndex = ithread;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user