mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01:00
changed a printout
This commit is contained in:
@@ -524,7 +524,7 @@ void* postProcessing::processData(int delflag) {
|
|||||||
if (ifp!=0){
|
if (ifp!=0){
|
||||||
c=fgetc(stdin);
|
c=fgetc(stdin);
|
||||||
if (c=='q') {
|
if (c=='q') {
|
||||||
cout<<"gonna stop"<<endl;
|
cout<<"Caught the command to stop acquisition"<<endl;
|
||||||
stopAcquisition();
|
stopAcquisition();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user