mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:33:45 +02:00
changed a printout
This commit is contained in:
parent
394526a9c3
commit
09d146ee55
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user