fixed bug of crash when changing dr sometimes, latestdata was incorrectly inititalized

This commit is contained in:
Dhanya Maliakal
2016-12-02 08:55:07 +01:00
parent ce086fe79d
commit 28b0897dd7
4 changed files with 62 additions and 39 deletions

View File

@ -539,7 +539,7 @@ class UDPBaseImplementation : protected virtual slsReceiverDefs, public UDPInter
/** Fifo Depth */
uint32_t fifoDepth;
/** enable for flipping data across both axes */
bool flippedData[2];
int flippedData[2];
//***receiver parameters***
/** Maximum Number of Listening Threads/ UDP Ports */