mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
merged to developer
This commit is contained in:
@ -524,14 +524,16 @@ void* postProcessing::processData(int delflag) {
|
||||
// }
|
||||
|
||||
|
||||
// ifp=kbhit();
|
||||
// if (ifp!=0){
|
||||
// c=fgetc(stdin);
|
||||
// if (c=='q') {
|
||||
// cout<<"gonna stop"<<endl;
|
||||
// stopAcquisition();
|
||||
// }
|
||||
// }
|
||||
|
||||
ifp=kbhit();
|
||||
if (ifp!=0){
|
||||
c=fgetc(stdin);
|
||||
if (c=='q') {
|
||||
cout<<"Caught the command to stop acquisition"<<endl;
|
||||
stopAcquisition();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// //get progress
|
||||
|
Reference in New Issue
Block a user