additional change

This commit is contained in:
Dhanya Maliakal
2015-10-08 17:09:43 +02:00
parent a3e88f96d6
commit e915245c10
5 changed files with 297 additions and 437 deletions

View File

@ -171,7 +171,7 @@ class UDPInterface {
virtual uint64_t getFramesCaught() const = 0;
/**
* Get Current Frame Index Caught for an entire acquisition (including all scans)
* Get Current Frame Index for an entire acquisition (including all scans)
* @return current frame index (represents all scans too) or -1 if no packets caught
*/
virtual int64_t getAcquisitionIndex() const = 0;
@ -430,8 +430,8 @@ class UDPInterface {
virtual void startReadout() = 0;
/**
* shuts down the udp sockets
* \returns OK or FAIL
* Shuts down and deletes UDP Sockets
* @return OK or FAIL
*/
virtual int shutDownUDPSockets() = 0;