Die Funktion TSteering::NotifyMacroReady( void )

void TSteering::NotifyMacroReady( void )
{
  bSteeringActive = FALSE;
  Device->MeasureStop();
  Device->SetHost( NULL );
  Device->PopSettings();
  Device->MeasureStart();
  PostMessage( hHostWindow, WM_COMMAND, cm_SteeringReady, 0l );
  hHostWindow = NULL;
}


Zurück zu ExecuteNextCmd()

Startseite


Kay Schützler
Last modified: Thu Sep 9 15:29:12 CEST 1999