示例#1
0
        private void StopContinuousHandler(StopContinuous stopContinuous)
        {
            Tracer.Trace("ProximityBoardManager: StopContinuousHandler()");

            _picpxmod.SafePosture();

            stopContinuous.ResponsePort.Post(new SuccessResult());
        }
示例#2
0
 private void pmSafePostureButton_Click(object sender, RoutedEventArgs e)
 {
     speak("safety activated");
     _picpxmod.SafePosture();
 }
 private void pmSafePostureButton_Click(object sender, RoutedEventArgs e)
 {
     _picpxmod.SafePosture();
 }