mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
Merge branch 'renlixin'
This commit is contained in:
@ -326,7 +326,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return IsMotionFinished();
|
||||
bool bFlagIsStopped = false;
|
||||
while (!bFlagIsStopped)
|
||||
{
|
||||
|
@ -325,7 +325,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return IsMotionFinished();
|
||||
bool bFlagIsStopped = false;
|
||||
while (!bFlagIsStopped)
|
||||
{
|
||||
|
Reference in New Issue
Block a user