mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 07:54:57 +01:00
WIP
This commit is contained in:
@@ -823,14 +823,6 @@ public:
|
||||
*/
|
||||
void registerAcquisitionFinishedCallback(void( *func)(double,int, void*), void *pArg);
|
||||
|
||||
/**
|
||||
* register callback for accessing measurement final data in client,
|
||||
* @param func function to be called at the end of the acquisition.
|
||||
* gets measurement index
|
||||
* @param pArg argument
|
||||
*/
|
||||
void registerMeasurementFinishedCallback(void( *func)(int, void*), void *pArg);
|
||||
|
||||
/**
|
||||
* register callback for accessing detector progress in client,
|
||||
* @param func function to be called at the end of the acquisition.
|
||||
|
||||
Reference in New Issue
Block a user