update ACQ status every 1 sec instead of 2 sec
This commit is contained in:
parent
e947fccd96
commit
5c26d60a58
|
@ -72,7 +72,7 @@ public:
|
|||
}
|
||||
|
||||
clock_gettime(CLOCK_REALTIME, &t2);
|
||||
if( t2.tv_sec - t1.tv_sec > 2 ){
|
||||
if( t2.tv_sec - t1.tv_sec > 1 ){
|
||||
digiMTX[ID].lock();
|
||||
digi->ReadACQStatus();
|
||||
digiMTX[ID].unlock();
|
||||
|
|
Loading…
Reference in New Issue
Block a user