Commit 35705dbc authored by 潘栩锋's avatar 潘栩锋 🚴

IBoltMapService 添加注解

parent 4559d669
......@@ -112,12 +112,32 @@ namespace FLY.Thick.Base.IService
/// <returns></returns>
int GetBoltIndex_fromPos(int pos);
#region 边界修正
/// <summary>
/// 复位位置转换器 Amp=1,Offset=0
/// </summary>
void InitExChange();
/// <summary>
/// 计算位置转换器
/// </summary>
/// <param name="direction"></param>
/// <param name="bolt_r"></param>
void CalExChange(Misc.DIRECTION direction, Range bolt_r);
/// <summary>
/// 真实位置 转为 分区表中的位置
/// </summary>
/// <param name="direction"></param>
/// <param name="position"></param>
/// <returns></returns>
int PositionExchange(Misc.DIRECTION direction, int position);
/// <summary>
/// 分区表位置 转为 真实位置
/// </summary>
/// <param name="direction"></param>
/// <param name="bolt_pos"></param>
/// <returns></returns>
int BoltExchange(Misc.DIRECTION direction, int bolt_pos);
#endregion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment