using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ips.Library.Entity.Poses { public enum PosMode { /// /// 融合定位 /// Fuse, /// /// 双时差定位 /// Dt2, /// /// 时频差定位 /// Dtf } }