mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
got rid of annoying get status message
This commit is contained in:
@ -3661,9 +3661,9 @@ slsDetectorDefs::runStatus slsDetector::getRunStatus(){
|
|||||||
char mess[MAX_STR_LENGTH]="";
|
char mess[MAX_STR_LENGTH]="";
|
||||||
strcpy(mess,"aaaaa");
|
strcpy(mess,"aaaaa");
|
||||||
runStatus retval=ERROR;
|
runStatus retval=ERROR;
|
||||||
//#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
std::cout<< "Getting status "<< std::endl;
|
std::cout<< "Getting status "<< std::endl;
|
||||||
//#endif
|
#endif
|
||||||
if (thisDetector->onlineFlag==ONLINE_FLAG) {
|
if (thisDetector->onlineFlag==ONLINE_FLAG) {
|
||||||
if (stopSocket) {
|
if (stopSocket) {
|
||||||
if (connectStop() == OK) {
|
if (connectStop() == OK) {
|
||||||
|
Reference in New Issue
Block a user