| | |
| | | using Bro.Common.Helper; |
| | | using Bro.Common.Interface; |
| | | using Bro.Common.Model; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | /// </summary> |
| | | /// <param name="opConfig">运动配置</param> |
| | | /// <returns>true:正常结束 false:异常结束</returns> |
| | | bool MoveToPoint(IOperationConfig opConfig); |
| | | ResponseMessage MoveToPoint(IOperationConfig opConfig); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | /// <param name="config"></param> |
| | | /// <returns></returns> |
| | | bool Run(IOperationConfig config); |
| | | ResponseMessage Run(IOperationConfig config); |
| | | } |
| | | |
| | | public class AxisInfo : IComplexDisplay |