forked from xin/TowerOptoSifAndSpectral
Merge branch 'renlixin'
This commit is contained in:
@ -326,7 +326,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return IsMotionFinished();
|
||||||
bool bFlagIsStopped = false;
|
bool bFlagIsStopped = false;
|
||||||
while (!bFlagIsStopped)
|
while (!bFlagIsStopped)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -325,7 +325,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return IsMotionFinished();
|
||||||
bool bFlagIsStopped = false;
|
bool bFlagIsStopped = false;
|
||||||
while (!bFlagIsStopped)
|
while (!bFlagIsStopped)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user