|
@@ -27,7 +27,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop3SatRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop3SatRef(string mainLines, string adajLines, string adaj2Lines, Int64 captime, double[] refPos
|
|
|
, double dtousErr, double ephLocErr
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -47,7 +47,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop3SatNoRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop3SatNoRef(string mainLines, string adajLines, string adaj2Lines, Int64 captime
|
|
|
, double dtousErr, double ephLocErr
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -71,7 +71,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop2SatDRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop2SatDRef(string mainLines, string adajLines, Int64 captime, double[] refPos
|
|
|
, double fuHz1, double fuHz2, double dtousErr, double dfoHzErr, double ephLocErr, double ephVLocErr
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -95,7 +95,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop3SatDF", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop3SatDF(string mainLines, string adajLines, string adaj2Lines, Int64 captime, double[] refPos
|
|
|
, double fuHz1, double fuHz2, double dfo_err, double eph_pos_err, double eph_vel_err
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -116,7 +116,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置 长度6
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop2Sat1DRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop2Sat1DRef(string mainLines, string adajLines, Int64 captime, double[] cdbPos
|
|
|
, double[] refPos, double dtousErr, double ephLocErr
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -137,7 +137,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置 长度6
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop2Sat1DNoRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop2Sat1DNoRef(string mainLines, string adajLines, Int64 captime, double[] cdbPos,
|
|
|
double dtousErr, double ephLocErr
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -159,7 +159,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置 长度6
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "GdopXDCXRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int GdopXDCXRef(string mainLines, Int64 captime, double[] cdbPos, double[] cxPos, double[] refPos
|
|
|
, double dtoErr, double doaErr, double ephLocErr
|
|
|
, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
@@ -181,7 +181,7 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置 长度6
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "GdopXDCXNoRef", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int GdopXDCXNoRef(string mainLines, Int64 captime, double[] cdbPos, double[] cxPos
|
|
|
, double dtousErr, double doaErr, double ephLocErr, double[] level, int levlen, int[] resCount, out IntPtr res, double[] satllh);
|
|
|
|
|
@@ -198,12 +198,12 @@ namespace XdCxRhDW.Core.Api
|
|
|
/// satllh :卫星位置 长度6
|
|
|
/// 返回值:0 成功
|
|
|
///
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "Gdop2CX", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern int Gdop2CX(double[] cx1Pos, double[] cx2Pos
|
|
|
, double doaErr1, double doaErr2, double[] level, int levlen, int[] resCount, out IntPtr res);
|
|
|
|
|
|
|
|
|
- [DllImport(GDOPDll, CallingConvention = CallingConvention.Cdecl)]
|
|
|
+ [DllImport(GDOPDll, EntryPoint = "FreeGDOPBuf", CallingConvention = CallingConvention.Cdecl)]
|
|
|
public static extern void FreeGDOPBuf(IntPtr val);
|
|
|
|
|
|
}
|