|
|
@@ -780,9 +780,9 @@ namespace VehicleControlSystem
|
|
|
// return;
|
|
|
//}
|
|
|
|
|
|
- //2020.08.04. Kang. 가지고 있던 명령을 전체 삭제.
|
|
|
- this.sql.SubCmdDAL.Clean();
|
|
|
- this.sql.CommandDAL.Clean();
|
|
|
+ //명령 삭제 위치 변경 AutoManager OperationState 변경시로 이동
|
|
|
+ //this.sql.SubCmdDAL.Clean();
|
|
|
+ //this.sql.CommandDAL.Clean();
|
|
|
|
|
|
this.autoManager.AutoModeStateProperty = OHV.Common.Shareds.eAutoModeState.WaitStop;
|
|
|
reply = new GUIMessageEventArgs { Kind = GUIMessageEventArgs.eGUIMessageKind.RspVehicleModeChange, Result = FluentResults.Results.Ok(), MessageKey = MessageKey.ManualMode };
|