fixed gui for new header

This commit is contained in:
Dhanya Maliakal
2017-03-20 09:27:38 +01:00
parent dc77b07c92
commit 4b388f56b2
3 changed files with 18 additions and 13 deletions

View File

@@ -1410,7 +1410,7 @@ private:
/**
* Gets data from socket
*/
int getData(const int isocket, const bool masking, int* image, const int size, int &acqIndex, int &frameIndex, int &subframeIndex, string &filename);
int getData(const int isocket, const bool masking, int* image, const int size, uint64_t &acqIndex, uint64_t &frameIndex, uint32_t &subframeIndex, string &filename);
/** Ensures if sockets created successfully */
bool dataSocketsStarted;