yanjinhui
2025-05-20 c944d37fcf25d9c217949a171fde868078049f02
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs
@@ -6,6 +6,7 @@
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_ITelescopicService
@@ -31,5 +32,30 @@
        /// 
        WebResponseContent ManualOperation(string position, string ExtendedState);
        /// <summary>
        /// 添加伸缩杆速度
        /// </summary>
        /// <param name="entity"></param>
        /// <returns></returns>
        WebResponseContent AddSpeed(SpeedDTO entity);
        /// <summary>
        /// 获取当前程序最新的伸缩杆速度
        /// </summary>
        /// <returns></returns>
        WebResponseContent BackfillSpeed();
        /// <summary>
        ///当自动伸出需要暂停时,暂停按钮
        /// </summary>
        /// <returns></returns>
        WebResponseContent PauseButton();
        /// <summary>
        /// 伸缩杆当前位置
        /// </summary>
        WebResponseContent CurrentLocation();
    }
}