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