mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 09:44:54 +01:00
progress changed to double
This commit is contained in:
@@ -79,7 +79,7 @@ class Implementation : private virtual slsDetectorDefs {
|
||||
runStatus getStatus() const;
|
||||
uint64_t getFramesCaught() const;
|
||||
uint64_t getAcquisitionIndex() const;
|
||||
int getProgress() const;
|
||||
double getProgress() const;
|
||||
std::vector<uint64_t> getNumMissingPackets() const;
|
||||
void startReceiver();
|
||||
void setStoppedFlag(bool stopped);
|
||||
|
||||
Reference in New Issue
Block a user