moving subframenumber into a 32 bit number

This commit is contained in:
Dhanya Maliakal
2017-02-28 15:29:53 +01:00
parent 2024eb5d6e
commit fa6d18e9b2
2 changed files with 3 additions and 3 deletions

View File

@ -1440,7 +1440,7 @@ private:
* @param filename address of file name
*/
int getData(const int isocket, const bool masking, int* image, const int size,
uint64_t &acqIndex, uint64_t &frameIndex, uint64_t &subframeIndex, string &filename);
uint64_t &acqIndex, uint64_t &frameIndex, uint32_t &subframeIndex, string &filename);
/** Ensures if sockets created successfully */
bool dataSocketsStarted;