forked from xin/TowerOptoSifAndSpectral
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